|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.ConfigurationManager
com.raritantechnologies.searchApp.XMLConfigurationManager
com.raritantechnologies.quickstart.QuickstartConfigurationManager
com.raritantechnologies.atg.ATGConfigurationManager
ConfigurationManager wrapper for ATG Dynamo Web Applications.
XML Configuration Template:
<DropletHandlers>
<!-- One or more DropletHandler tags - includes a action handler - IServletHandler OR a UI element ICustomTag -->
<DropletHandler name="[ name of droplet handler ]" >
<CustomTag class="[ class of ICustomTag ]" >
</CustomTag>
<ServletHandler class="[ class of IServletHandler ]" >
</ServletHandler>
</DropletHandler>
<DropletHandler name="[ name of second handler ]" >
<!-- as above -->
</DropletHandler>
<!-- etc. . . -->
</DropletHandlers>
| Field Summary |
| Fields inherited from class com.raritantechnologies.searchApp.ConfigurationManager |
DEFAULT_FEDERATOR_CLASS, theScheduler, theSourceMapFactory |
| Constructor Summary | |
ATGConfigurationManager()
|
|
| Method Summary | |
ICustomTag |
getCustomTag(java.lang.String dropletName)
|
IServletHandler |
getServletHandler(java.lang.String dropletName)
|
protected void |
initialize(java.util.PropertyResourceBundle prb)
|
| Methods inherited from class com.raritantechnologies.searchApp.XMLConfigurationManager |
addConfigurableFactoryLink, addSystemObjects, addUserInfoReaders, createSystemObject, getConfigDoc, getQueryProcessor, getSearchFieldMapFactory, getSecurityManager, getSourceMapFactory, getXMLSearchFieldMapFactory, processSourceElement, returnConfiguredObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ATGConfigurationManager()
| Method Detail |
public ICustomTag getCustomTag(java.lang.String dropletName)
throws ConfigurationException
ConfigurationException
public IServletHandler getServletHandler(java.lang.String dropletName)
throws ConfigurationException
ConfigurationExceptionprotected void initialize(java.util.PropertyResourceBundle prb)
initialize in class QuickstartConfigurationManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||