|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.configuration.xml.XmlBootstrap
The core feature of this class is the ability to lookup an XML document for the XmlConfigurationService.
locateXmlMap(com.objectwave.configuration.PropertySource, java.lang.String)
Constructor Summary | |
XmlBootstrap()
Constructor for the XmlBootstrap object |
Method Summary | |
protected java.lang.String |
deriveXmlFileName(java.lang.String categoryId,
PropertySource context)
|
java.net.URL |
getDocumentSource(PropertySource context,
java.lang.String categoryId)
Gets the DocumentSource attribute of the XmlBootstrap object. |
protected java.net.URL |
locateXmlMap(PropertySource context,
java.lang.String categoryId)
Find the XML document that contains the configuration information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlBootstrap()
Method Detail |
public java.net.URL getDocumentSource(PropertySource context, java.lang.String categoryId) throws ConfigurationException, java.io.FileNotFoundException
context
- categoryId
-
ConfigurationException
java.io.FileNotFoundException
locateXmlMap(com.objectwave.configuration.PropertySource, java.lang.String)
protected java.net.URL locateXmlMap(PropertySource context, java.lang.String categoryId) throws ConfigurationException, java.io.FileNotFoundException
categoryId
- String The tag name for the xml resource.context
-
ConfigurationException
java.io.FileNotFoundException
protected java.lang.String deriveXmlFileName(java.lang.String categoryId, PropertySource context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |