Class GFApplicationRuntimeNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<T>
-
- com.sun.enterprise.deployment.node.runtime.RuntimeBundleNode<Application>
-
- com.sun.enterprise.deployment.node.runtime.application.gf.ApplicationRuntimeNode
-
- com.sun.enterprise.deployment.node.runtime.application.gf.GFApplicationRuntimeNode
-
- All Implemented Interfaces:
RootXMLNode<Application>,XMLNode<Application>
public class GFApplicationRuntimeNode extends ApplicationRuntimeNode
This node is responsible for handling all runtime information for application.
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.runtime.RuntimeBundleNode
descriptor, elementToNodeMappings
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description GFApplicationRuntimeNode(Application descriptor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDocType()StringgetSystemID()protected XMLElementgetXMLRootTag()static StringregisterBundle(Map publicIDToDTD)register this node as a root node capable of loading entire DD files-
Methods inherited from class com.sun.enterprise.deployment.node.runtime.application.gf.ApplicationRuntimeNode
addDescriptor, getDispatchTable, getSystemIDs, init, registerBundle, setElementValue, writeDescriptor
-
Methods inherited from class com.sun.enterprise.deployment.node.runtime.RuntimeBundleNode
appendChildNS, getDescriptor, getNodeMappings, getSpecVersion, recordNodeMapping, restrictDTDDeclarations, setDocType, setSpecVersion, writeMessageDestinationInfo
-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.enterprise.deployment.node.XMLNode
addPrefixMapping, endElement, getHandlerFor, getParentNode, getRootNode, getXMLPath, handlesElement, resolvePrefix, startElement, writeDescriptor
-
-
-
-
Constructor Detail
-
GFApplicationRuntimeNode
public GFApplicationRuntimeNode(Application descriptor)
-
-
Method Detail
-
getXMLRootTag
protected XMLElement getXMLRootTag()
- Overrides:
getXMLRootTagin classApplicationRuntimeNode- Returns:
- the XML tag associated with this XMLNode
-
getDocType
public String getDocType()
- Specified by:
getDocTypein interfaceRootXMLNode<Application>- Overrides:
getDocTypein classApplicationRuntimeNode- Returns:
- the DOCTYPE that should be written to the XML file
-
getSystemID
public String getSystemID()
- Specified by:
getSystemIDin interfaceRootXMLNode<Application>- Overrides:
getSystemIDin classApplicationRuntimeNode- Returns:
- the SystemID of the XML file
-
-