public final class ResinWebXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
static String |
DIRECTORY_SERVLET
Elements of directory-servlet.
|
static String |
JNDI_LINK
Elements of jndi-link.
|
static String |
RESOURCE_REFERENCE
Elements of resource-ref.
|
static String |
SESSION_CONFIG
Elements of session-config.
|
static String |
SYSTEM_PROPERTY
Attribute name 'path'.
|
Modifier | Constructor and Description |
---|---|
protected |
ResinWebXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
ResinWebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
public static final String SYSTEM_PROPERTY
public static final String RESOURCE_REFERENCE
public static final String SESSION_CONFIG
public static final String DIRECTORY_SERVLET
public static final String JNDI_LINK
protected ResinWebXmlTag(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 ResinWebXmlTag(DescriptorType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.