public abstract class WebXmlType extends AbstractDescriptorType
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_CONSTRAINT
Element name 'auth-constraint'.
|
static String |
AUTH_METHOD
Element name 'auth-method'.
|
static String |
CONTEXT_PARAM
Element name 'context-param'.
|
static String |
DESCRIPTION
Element name 'description'.
|
static String |
DISPATCHER
Element name 'dispatcher'.
|
static String |
DISPLAY_NAME
Element name 'display-name'.
|
static String |
DISTRIBUTABLE
Element name 'distributable'.
|
static String |
EJB_LINK
Element name 'local-home'.
|
static String |
EJB_LOCAL_REF
Element name 'ejb-local-ref'.
|
static String |
EJB_REF
Element name 'ejb-ref'.
|
static String |
EJB_REF_NAME
Element name 'ejb-ref-name'.
|
static String |
EJB_REF_TYPE
Element name 'ejb-ref-type'.
|
static String |
ENV_ENTRY
Element name 'env-entry'.
|
static String |
ERROR_PAGE
Element name 'error-page'.
|
static String |
FILTER
Element name 'filter'.
|
static String |
FILTER_CLASS
Element name 'filter-class'.
|
static String |
FILTER_MAPPING
Element name 'filter-mapping'.
|
static String |
FILTER_NAME
Element name 'filter-name'.
|
static String |
HOME
Element name 'home'.
|
static String |
ICON
Element name 'icon'.
|
static String |
INIT_PARAM
Element name 'init-param'.
|
static String |
JSP_FILE
Element name 'jsp-file'.
|
static String |
LISTENER
Element name 'listener'.
|
static String |
LOAD_ON_STARTUP
Element name 'load-on-startup'.
|
static String |
LOCAL
Element name 'local'.
|
static String |
LOCAL_HOME
Element name 'local-home'.
|
static String |
LOGIN_CONFIG
Element name 'login-config'.
|
static String |
MIME_MAPPING
Element name 'mime-mapping'.
|
static String |
PARAM_NAME
Element name 'param-name'.
|
static String |
PARAM_VALUE
Element name 'param-value'.
|
static String |
REALM_NAME
Element name 'realm-name'.
|
static String |
REMOTE
Element name 'remote'.
|
static String |
RESOURCE_ENV_REF
Element name 'resource-env-ref'.
|
static String |
RESOURCE_REF
Element name 'resource-ref'.
|
static String |
ROLE_NAME
Element name 'role-name'.
|
static String |
RUN_AS
Element name 'run-as'.
|
static String |
SECURITY_CONSTRAINT
Element name 'security-constraint'.
|
static String |
SECURITY_ROLE
Element name 'security-role'.
|
static String |
SERVLET
Element name 'servlet'.
|
static String |
SERVLET_CLASS
Element name 'servlet-class'.
|
static String |
SERVLET_MAPPING
Element name 'servlet-mapping'.
|
static String |
SERVLET_NAME
Element name 'servlet-name'.
|
static String |
SESSION_CONFIG
Element name 'session-config'.
|
static String |
TAGLIB
Element name 'taglib'.
|
static String |
URL_PATTERN
Element name 'url-pattern'.
|
static String |
WEB_RESOURCE_COLLECTION
Element name 'web-resource-collection'.
|
static String |
WEB_RESOURCE_NAME
Element name 'web-resource-name'.
|
static String |
WELCOME_FILE_LIST
Element name 'welcome-file-list'.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WebXmlType(AbstractDescriptorType parent,
Dtd grammar)
Protected constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract WebXmlVersion |
getVersion()
Get the web xml version for his type.
|
addTag, document, element, element, getAllTags, getDescriptorIo, getGrammar, getJDOMFactory, getTagByName, setDescriptorIoaddContent, addNamespaceDeclaration, attribute, attribute, attribute, attribute, cdata, comment, docType, docType, docType, document, document, element, element, entityRef, entityRef, entityRef, processingInstruction, processingInstruction, setAttribute, textclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddContent, addNamespaceDeclaration, attribute, attribute, attribute, attribute, cdata, comment, docType, docType, docType, document, document, element, element, entityRef, entityRef, entityRef, processingInstruction, processingInstruction, setAttribute, textpublic static final String ICON
public static final String DISPLAY_NAME
public static final String DESCRIPTION
public static final String DISTRIBUTABLE
public static final String CONTEXT_PARAM
public static final String PARAM_NAME
public static final String PARAM_VALUE
public static final String FILTER
public static final String FILTER_NAME
public static final String FILTER_CLASS
public static final String FILTER_MAPPING
public static final String INIT_PARAM
public static final String LISTENER
public static final String SERVLET
public static final String SERVLET_NAME
public static final String JSP_FILE
public static final String SERVLET_CLASS
public static final String LOAD_ON_STARTUP
public static final String RUN_AS
public static final String SERVLET_MAPPING
public static final String URL_PATTERN
public static final String SESSION_CONFIG
public static final String MIME_MAPPING
public static final String WELCOME_FILE_LIST
public static final String ERROR_PAGE
public static final String TAGLIB
public static final String RESOURCE_ENV_REF
public static final String RESOURCE_REF
public static final String SECURITY_CONSTRAINT
public static final String WEB_RESOURCE_COLLECTION
public static final String WEB_RESOURCE_NAME
public static final String AUTH_CONSTRAINT
public static final String LOGIN_CONFIG
public static final String AUTH_METHOD
public static final String REALM_NAME
public static final String SECURITY_ROLE
public static final String ROLE_NAME
public static final String ENV_ENTRY
public static final String EJB_REF
public static final String EJB_LOCAL_REF
public static final String EJB_REF_NAME
public static final String EJB_REF_TYPE
public static final String LOCAL
public static final String LOCAL_HOME
public static final String REMOTE
public static final String HOME
public static final String EJB_LINK
public static final String DISPATCHER
protected WebXmlType(AbstractDescriptorType parent, Dtd grammar)
parent - Parent type if anygrammar - grammar to usepublic abstract WebXmlVersion getVersion()
Copyright © 2004-2013 Codehaus. All Rights Reserved.