public final class WebXmlTag extends DescriptorTag
Modifier | Constructor and Description |
---|---|
protected |
WebXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
WebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
protected |
WebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed,
Identifier identifier,
Class clazz)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
protected WebXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed, Identifier identifier, Class clazz)
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptoridentifier
- Optional tag identifier instanceclazz
- Name of the implementation classprotected WebXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptorprotected WebXmlTag(DescriptorType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.