|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.DescriptorTag
org.codehaus.cargo.module.webapp.WebXmlTag
public final class WebXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
| Constructor Summary | |
|---|---|
protected |
WebXmlTag(DescriptorType type,
java.lang.String tagName)
Constructor. |
protected |
WebXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed)
Constructor. |
protected |
WebXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed,
Identifier identifier,
java.lang.Class clazz)
Constructor. |
| Method Summary |
|---|
| Methods inherited from class org.codehaus.cargo.module.DescriptorTag |
|---|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected WebXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed,
Identifier identifier,
java.lang.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 class
protected WebXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed)
type - Descriptor typetagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in the descriptor
protected WebXmlTag(DescriptorType type,
java.lang.String tagName)
type - Descriptor typetagName - The tag name of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||