Class CacheMappingNode
- java.lang.Object
-
- com.sun.enterprise.deployment.node.DeploymentDescriptorNode<T>
-
- com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode<CacheMapping>
-
- org.glassfish.web.deployment.node.runtime.gf.CacheMappingNode
-
- All Implemented Interfaces:
XMLNode<CacheMapping>
public class CacheMappingNode extends RuntimeDescriptorNode<CacheMapping>
node for cache-mapping tag- Author:
- Jerome Dochez
-
-
Field Summary
Fields Modifier and Type Field Description protected CacheMappingdescriptor-
Fields inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
-
-
Constructor Summary
Constructors Constructor Description CacheMappingNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheMappinggetDescriptor()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.voidstartElement(XMLElement element, Attributes attributes)SAX Parser API implementation, we don't really care for now.NodewriteDescriptor(Node parent, String nodeName, CacheMapping descriptor)write the descriptor class to a DOM tree and return it-
Methods inherited from class com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode
createDescriptor, setElementValue, writeCommonComponentInfo, writeMessageDestinationInfo
-
Methods inherited from class com.sun.enterprise.deployment.node.DeploymentDescriptorNode
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setParentNode, setXMLRootTag, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
-
-
-
-
Field Detail
-
descriptor
protected CacheMapping descriptor
-
-
Method Detail
-
getDescriptor
public CacheMapping getDescriptor()
- Specified by:
getDescriptorin interfaceXMLNode<CacheMapping>- Overrides:
getDescriptorin classRuntimeDescriptorNode<CacheMapping>- Returns:
- the descriptor instance to associate 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<CacheMapping>- Returns:
- the map with the element name as a key, the setter method as a value
-
startElement
public void startElement(XMLElement element, Attributes attributes)
Description copied from class:DeploymentDescriptorNodeSAX Parser API implementation, we don't really care for now.- Specified by:
startElementin interfaceXMLNode<CacheMapping>- Overrides:
startElementin classDeploymentDescriptorNode<CacheMapping>- Parameters:
element- the XML element type nameattributes- the specified or defaultted attritutes
-
writeDescriptor
public Node writeDescriptor(Node parent, String nodeName, CacheMapping descriptor)
write the descriptor class to a DOM tree and return it- Overrides:
writeDescriptorin classDeploymentDescriptorNode<CacheMapping>- Parameters:
parent- node for the DOM treenode- namethe- descriptor to write- Returns:
- the DOM tree top node
-
-