public class AuthConstraintNode extends DeploymentDescriptorNode<AuthorizationConstraintImpl>
| Modifier and Type | Field and Description |
|---|---|
protected AuthorizationConstraintImpl |
descriptor |
abstractDescriptor, handlers, localStrings, parentNode, rootNode, serviceLocator| Constructor and Description |
|---|
AuthConstraintNode() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationConstraintImpl |
getDescriptor() |
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.
|
Node |
writeDescriptor(Node parent,
String nodeName,
AuthorizationConstraintImpl descriptor)
write the descriptor class to a DOM tree and return it
|
addDescriptor, addNamespaceDeclaration, addNodeDescriptor, addPrefixMapping, appendChild, appendQNameChild, appendTextChild, appendTextChild, composeQNameValue, createDescriptor, endElement, forceAppendTextChild, getHandlerFor, getLocalPartFromQName, getOwnerDocument, getParentNode, getPrefixFromQName, getRootNode, getXMLPath, getXMLRootTag, handlesElement, postParsing, registerElementHandler, registerElementHandler, resolvePrefix, setAttribute, setAttributeNS, setAttributeValue, setDescriptorInfo, setElementValue, setParentNode, setXMLRootTag, startElement, writeDescriptor, writeDescriptors, writeEjbReferenceDescriptors, writeEntityManagerFactoryReferenceDescriptors, writeEntityManagerReferenceDescriptors, writeEnvEntryDescriptors, writeJNDIEnvironmentRefs, writeLifeCycleCallbackDescriptors, writeLocalizedDescriptions, writeMessageDestinationRefDescriptors, writeResourceDescriptors, writeResourceEnvRefDescriptors, writeResourceRefDescriptors, writeServiceReferenceDescriptors, writeSimpleTextDescriptor, writeSubDescriptorsprotected AuthorizationConstraintImpl descriptor
public AuthorizationConstraintImpl getDescriptor()
getDescriptor in interface XMLNode<AuthorizationConstraintImpl>getDescriptor in class DeploymentDescriptorNode<AuthorizationConstraintImpl>protected Map<String,String> getDispatchTable()
getDispatchTable in class DeploymentDescriptorNode<AuthorizationConstraintImpl>public Node writeDescriptor(Node parent, String nodeName, AuthorizationConstraintImpl descriptor)
writeDescriptor in class DeploymentDescriptorNode<AuthorizationConstraintImpl>parent - node in the DOM treenodeName - node name for the root element of this xml fragmentdescriptor - the descriptor to writeCopyright © 2019. All rights reserved.