org.eclipse.higgins.sts.server.mapper.extension
Class ExtensionMapKeyHandler

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

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

Author:
mikemci

Constructor Summary
ExtensionMapKeyHandler()
           
 
Method Summary
 Object getSetting(String strName, String strConfigurationBase, Map mapSettingHandlers, Map mapSettingsGlobal, Object settingsParent, org.apache.axiom.om.OMElement omSetting)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionMapKeyHandler

public ExtensionMapKeyHandler()
Method Detail

getSetting

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