|
JBoss Metadata Web 7.1.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Element>
org.jboss.metadata.parser.servlet.Element
public enum Element
An enumeration of all the possible XML elements in the web-app schema, by name.
| Method Summary | |
|---|---|
static Element |
forName(String localName)
|
String |
getLocalName()
Get the local name of this element. |
static Element |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Element[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Element UNKNOWN
public static final Element ABSOLUTE_ORDERING
public static final Element AFTER
public static final Element ASYNC_SUPPORTED
public static final Element AUTH_CONSTRAINT
public static final Element AUTH_METHOD
public static final Element BEFORE
public static final Element BUFFER
public static final Element COMMENT
public static final Element CONTEXT_PARAM
public static final Element COOKIE_CONFIG
public static final Element DEFAULT_CONTENT_TYPE
public static final Element DEFERRED_SYNTAX_ALLOWED_AS_LITERAL
public static final Element DISPATCHER
public static final Element DISPLAY_NAME
public static final Element DISTRIBUTABLE
public static final Element DOMAIN
public static final Element EL_IGNORED
public static final Element ENABLED
public static final Element ENCODING
public static final Element ERROR_CODE
public static final Element ERROR_ON_UNDECLARED_NAMESPACE
public static final Element ERROR_PAGE
public static final Element EXCEPTION_TYPE
public static final Element EXTENSION
public static final Element FILE_SIZE_THRESHOLD
public static final Element FILTER
public static final Element FILTER_CLASS
public static final Element FILTER_NAME
public static final Element FILTER_MAPPING
public static final Element FORM_ERROR_PAGE
public static final Element FORM_LOGIN_CONFIG
public static final Element FORM_LOGIN_PAGE
public static final Element HTTP_METHOD
public static final Element HTTP_METHOD_OMISSION
public static final Element HTTP_ONLY
public static final Element INCLUDE_CODA
public static final Element INCLUDE_PRELUDE
public static final Element INIT_PARAM
public static final Element IS_XML
public static final Element JSP_CONFIG
public static final Element JSP_FILE
public static final Element JSP_PROPERTY_GROUP
public static final Element LISTENER
public static final Element LISTENER_CLASS
public static final Element LOAD_ON_STARTUP
public static final Element LOCALE_ENCODING_MAPPING
public static final Element LOCALE_ENCODING_MAPPING_LIST
public static final Element LOCALE
public static final Element LOCATION
public static final Element LOGIN_CONFIG
public static final Element MAX_AGE
public static final Element MAX_FILE_SIZE
public static final Element MAX_REQUEST_SIZE
public static final Element MESSAGE_DESTINATION
public static final Element MIME_MAPPING
public static final Element MIME_TYPE
public static final Element MODULE_NAME
public static final Element MULTIPART_CONFIG
public static final Element NAME
public static final Element ORDERING
public static final Element OTHERS
public static final Element PAGE_ENCODING
public static final Element PATH
public static final Element REALM_NAME
public static final Element ROLE_NAME
public static final Element RUN_AS
public static final Element SCRIPTING_INVALID
public static final Element SECURE
public static final Element SECURITY_CONSTRAINT
public static final Element SECURITY_ROLE
public static final Element SECURITY_ROLE_REF
public static final Element SERVLET
public static final Element SERVLET_CLASS
public static final Element SERVLET_MAPPING
public static final Element SERVLET_NAME
public static final Element SESSION_CONFIG
public static final Element SESSION_TIMEOUT
public static final Element TAGLIB
public static final Element TAGLIB_LOCATION
public static final Element TAGLIB_URI
public static final Element TRACKING_MODE
public static final Element TRANSPORT_GUARANTEE
public static final Element TRIM_DIRECTIVE_WHITESPACES
public static final Element URL_PATTERN
public static final Element USER_DATA_CONSTRAINT
public static final Element WEB_RESOURCE_COLLECTION
public static final Element WEB_RESOURCE_NAME
public static final Element WELCOME_FILE
public static final Element WELCOME_FILE_LIST
| Method Detail |
|---|
public static Element[] values()
for (Element c : Element.values()) System.out.println(c);
public static Element valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getLocalName()
public static Element forName(String localName)
|
JBoss Metadata Web 7.1.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||