com.servingxml.ioc.resources
Class IncludeConfigurationContext

java.lang.Object
  extended by com.servingxml.util.system.AbstractRuntimeContext
      extended by com.servingxml.ioc.resources.AbstractConfigurationContext
          extended by com.servingxml.ioc.resources.IncludeConfigurationContext
All Implemented Interfaces:
ConfigurationContext, RuntimeContext

public class IncludeConfigurationContext
extends AbstractConfigurationContext

Root configuration context.


Constructor Summary
IncludeConfigurationContext(AbstractConfigurationContext parent, org.w3c.dom.Element baseElement, ResourceTable resourceTable)
           
 
Method Summary
 javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()
           
 
Methods inherited from class com.servingxml.ioc.resources.AbstractConfigurationContext
createInstance, createInstance, createName, getAppName, getComponentDictionary, getConfigurationComponent, getDocument, getElement, getNamespaceUri, getNameTable, getParameters, getParent, getQnameContext, getResourceTable, getServiceComponent, getServiceComponent, getServiceComponent, getServiceComponentOrDefault, getUser
 
Methods inherited from class com.servingxml.util.system.AbstractRuntimeContext
error, notice, printStackTrace, trace, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.ioc.components.ConfigurationContext
trace
 
Methods inherited from interface com.servingxml.util.system.RuntimeContext
error, notice, printStackTrace, warning
 

Constructor Detail

IncludeConfigurationContext

public IncludeConfigurationContext(AbstractConfigurationContext parent,
                                   org.w3c.dom.Element baseElement,
                                   ResourceTable resourceTable)
Method Detail

getTransformerFactory

public javax.xml.transform.sax.SAXTransformerFactory getTransformerFactory()