org.eclipse.higgins.sts.server.mapper.appliesto
Class AppliesToMapHandler

java.lang.Object
  extended byorg.eclipse.higgins.sts.server.mapper.appliesto.AppliesToMapHandler
All Implemented Interfaces:
org.eclipse.higgins.configuration.xml.ISettingHandler

public class AppliesToMapHandler
extends Object
implements org.eclipse.higgins.configuration.xml.ISettingHandler

Author:
mikemci

Constructor Summary
AppliesToMapHandler()
           
 
Method Summary
 Object getSetting(String strName, String strConfigurationBase, Map mapSettingHandlers, Map mapSettingsGlobal, Object settingsParent, org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor, org.eclipse.higgins.configuration.api.ISettingDescriptor settingDescriptor, org.apache.axiom.om.OMElement omSetting)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppliesToMapHandler

public AppliesToMapHandler()
Method Detail

getSetting

public Object getSetting(String strName,
                         String strConfigurationBase,
                         Map mapSettingHandlers,
                         Map mapSettingsGlobal,
                         Object settingsParent,
                         org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor,
                         org.eclipse.higgins.configuration.api.ISettingDescriptor settingDescriptor,
                         org.apache.axiom.om.OMElement omSetting)
                  throws Exception
Specified by:
getSetting in interface org.eclipse.higgins.configuration.xml.ISettingHandler
Throws:
Exception