Modifier and Type | Method and Description |
---|---|
DescriptorElement |
DescriptorTag.create() |
Modifier and Type | Method and Description |
---|---|
int |
MergeStrategy.inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors.
|
int |
AbstractChoiceMergeStrategy.inBoth(Descriptor set,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors.
|
int |
NodeMergeStrategy.inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors.
|
int |
MergeStrategy.inLeft(Descriptor target,
DescriptorElement left)
Process when the element appears just in the left descriptor.
|
int |
AbstractChoiceMergeStrategy.inLeft(Descriptor set,
DescriptorElement element)
Process when the element appears just in the left descriptor.
|
int |
NodeMergeStrategy.inLeft(Descriptor target,
DescriptorElement left)
Process when the element appears just in the left descriptor.
|
int |
MergeStrategy.inRight(Descriptor target,
DescriptorElement right)
Process when the element appears just in the left descriptor.
|
int |
AbstractChoiceMergeStrategy.inRight(Descriptor set,
DescriptorElement element)
Process when the element appears just in the left descriptor.
|
int |
NodeMergeStrategy.inRight(Descriptor target,
DescriptorElement right)
Process when the element appears just in the left descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
WebXml.addTag(DescriptorElement element)
Add a tag into the document.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthConstraint |
class |
ContextParam
Context Parameter class for accessing context parameters in a
web.xml file. |
class |
Filter |
class |
FilterMapping |
class |
InitParam
Context Parameter class for accessing context parameters in a
web.xml file. |
class |
Listener
Context Parameter class for accessing context parameters in a
web.xml file. |
class |
SecurityConstraint |
class |
Servlet |
class |
WebXmlElement |
Modifier and Type | Class and Description |
---|---|
class |
JndiLink
Wrapper Class representing a resin-web.xml JNDI link.
|
class |
ResourceRef
Wrapper class representing a resin-web resource-ref entry.
|
class |
SystemProperty
Wrapper Class representing a resin-web.xml system property.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.