public final class ResinWebXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
static ResinWebXmlTag |
DIRECTORY_SERVLET
Elements of directory-servlet.
|
static ResinWebXmlTag |
JNDI_LINK
Elements of jndi-link.
|
static ResinWebXmlTag |
RESOURCE_REFERENCE
Elements of resource-ref.
|
static ResinWebXmlTag |
SESSION_CONFIG
Elements of session-config.
|
static ResinWebXmlTag |
SYSTEM_PROPERTY
Attribute name 'path'.
|
Modifier | Constructor and Description |
---|---|
protected |
ResinWebXmlTag(String tagName)
Constructor.
|
protected |
ResinWebXmlTag(String tagName,
boolean isMultipleAllowed)
Constructor.
|
equals, getTagName, hashCode, isMultipleAllowed, toString
public static final ResinWebXmlTag SYSTEM_PROPERTY
public static final ResinWebXmlTag RESOURCE_REFERENCE
public static final ResinWebXmlTag SESSION_CONFIG
public static final ResinWebXmlTag DIRECTORY_SERVLET
public static final ResinWebXmlTag JNDI_LINK
protected ResinWebXmlTag(String tagName, boolean isMultipleAllowed)
tagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in
the descriptorprotected ResinWebXmlTag(String tagName)
tagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.