com.servingxml.ioc.resources
Class TopLevelConfigurationContext
java.lang.Object
com.servingxml.util.system.AbstractRuntimeContext
com.servingxml.ioc.resources.AbstractConfigurationContext
com.servingxml.ioc.resources.TopLevelConfigurationContext
- All Implemented Interfaces:
- ConfigurationContext, RuntimeContext
- Direct Known Subclasses:
- RootConfigurationContext
public class TopLevelConfigurationContext
- extends AbstractConfigurationContext
Root configuration context.
Methods inherited from class com.servingxml.ioc.resources.AbstractConfigurationContext |
createInstance, createInstance, createName, getAppName, getComponentDictionary, getConfigurationComponent, getElement, getNamespaceUri, getNameTable, getParameters, getParent, getQnameContext, getResourceTable, getServiceComponent, getServiceComponent, getServiceComponent, getServiceComponentOrDefault, getUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopLevelConfigurationContext
public TopLevelConfigurationContext(org.w3c.dom.Document document,
MutableNameTable nameTable,
ComponentDictionary componentDictionary,
java.lang.String base,
ResourceTable resourceTable,
Record parameters)
TopLevelConfigurationContext
public TopLevelConfigurationContext(AbstractConfigurationContext parent,
org.w3c.dom.Document document,
ResourceTable resourceTable)
getDocument
public org.w3c.dom.Document getDocument()
- Specified by:
getDocument
in interface ConfigurationContext
- Overrides:
getDocument
in class AbstractConfigurationContext
getTransformerFactory
public javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()