public class IdempotentUrlPatternNode extends RuntimeDescriptorNode<IdempotentUrlPattern>
Modifier and Type | Field and Description |
---|---|
protected IdempotentUrlPattern |
descriptor |
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator
Constructor and Description |
---|
IdempotentUrlPatternNode() |
Modifier and Type | Method and Description |
---|---|
IdempotentUrlPattern |
getDescriptor() |
protected boolean |
setAttributeValue(XMLElement elementName,
XMLElement attributeName,
String value)
parsed an attribute of an element
|
Node |
writeDescriptor(Node parent,
String nodeName,
IdempotentUrlPattern pattern)
write the descriptor class to a DOM tree and return it
|
createDescriptor, setElementValue, writeCommonComponentInfo, writeMessageDestinationInfo
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, endElement, forceAppendTextChild, getDispatchTable, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setDescriptorInfo, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptors
protected IdempotentUrlPattern descriptor
public IdempotentUrlPattern getDescriptor()
getDescriptor
in interface XMLNode<IdempotentUrlPattern>
getDescriptor
in class RuntimeDescriptorNode<IdempotentUrlPattern>
protected boolean setAttributeValue(XMLElement elementName, XMLElement attributeName, String value)
setAttributeValue
in class DeploymentDescriptorNode<IdempotentUrlPattern>
elementName
- the element nameattributeName
- the attribute namevalue
- the attribute valuepublic Node writeDescriptor(Node parent, String nodeName, IdempotentUrlPattern pattern)
writeDescriptor
in class DeploymentDescriptorNode<IdempotentUrlPattern>
parent
- node for the DOM treenodeName
- node name for the descriptorpattern
- the descriptor to writeCopyright © 2021. All rights reserved.