Class WebResourceCollectionNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<WebResourceCollectionImpl>
-
- org.glassfish.web.deployment.node.WebResourceCollectionNode
-
- All Implemented Interfaces:
XMLNode<WebResourceCollectionImpl>
public class WebResourceCollectionNode extends DeploymentDescriptorNode<WebResourceCollectionImpl>
This nodes handles the web-collection xml tag element- Version:
- Author:
- Jerome Dochez
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description WebResourceCollectionNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebResourceCollectionImplgetDescriptor()protected Map<String,String>getDispatchTable()all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.protected XMLElementgetXMLRootTag()voidsetElementValue(XMLElement element, String value)receives notiification of the value for a particular tagNodewriteDescriptor(Node parent, String nodeName, WebResourceCollectionImpl descriptor)write the descriptor class to a DOM tree and return it-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
addDescriptor, 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
-
-
-
-
Method Detail
-
getDescriptor
public WebResourceCollectionImpl getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode<WebResourceCollectionImpl>- Overrides:
getDescriptorin classDeploymentDescriptorNode<WebResourceCollectionImpl>- Returns:
- the descriptor instance to associate with this XMLNode
-
getXMLRootTag
protected XMLElement getXMLRootTag()
- Overrides:
getXMLRootTagin classDeploymentDescriptorNode<WebResourceCollectionImpl>- Returns:
- the XML tag associated with this XMLNode
-
getDispatchTable
protected Map<String,String> getDispatchTable()
all sub-implementation of this class can use a dispatch table to map xml element to method name on the descriptor class for setting the element value.- Overrides:
getDispatchTablein classDeploymentDescriptorNode<WebResourceCollectionImpl>- Returns:
- the map with the element name as a key, the setter method as a value
-
setElementValue
public void setElementValue(XMLElement element, String value)
receives notiification of the value for a particular tag- Specified by:
setElementValuein interfaceXMLNode<WebResourceCollectionImpl>- Overrides:
setElementValuein classDeploymentDescriptorNode<WebResourceCollectionImpl>- Parameters:
element- the xml elementvalue- it's associated value
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, WebResourceCollectionImpl descriptor)
write the descriptor class to a DOM tree and return it- Overrides:
writeDescriptorin classDeploymentDescriptorNode<WebResourceCollectionImpl>- Parameters:
parent- node in the DOM treenodeName- node name for the root element of this xml fragmentdescriptor- the descriptor to write- Returns:
- the DOM tree top node
-
-