|
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.jbossweb.Element
public enum Element
An enumeration of all the possible XML elements in the jboss-web 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 ANNOTATION
public static final Element BACKUPS
public static final Element CACHE_NAME
public static final Element CLASS_LOADING
public static final Element CLASS_NAME
public static final Element CONFIG_FILE
public static final Element CONFIG_NAME
public static final Element CONTEXT_ROOT
public static final Element DEPENDS
public static final Element DISABLE_AUDIT
public static final Element DISABLE_CROSS_CONTEXT
public static final Element DISTINCT_NAME
public static final Element EMPTY_ROLE_SEMANTIC
public static final Element ENABLE_WEBSOCKETS
public static final Element HTTP_METHOD_CONSTRAINT
public static final Element JACC_STAR_ROLE_ALLOW
public static final Element LISTENER
public static final Element LISTENER_TYPE
public static final Element LOADER_REPOSITORY
public static final Element LOADER_REPOSITORY_CONFIG
public static final Element MAX_ACTIVE_SESSIONS
public static final Element MAX_UNREPLICATED_INTERVAL
public static final Element MESSAGE_DESTINATION
public static final Element METHOD
public static final Element MODULE
public static final Element MULTIPART_CONFIG
public static final Element OVERLAY
public static final Element PARAM
public static final Element PASSIVATION_CONFIG
public static final Element PASSIVATION_MAX_IDLE_TIME
public static final Element PASSIVATION_MIN_IDLE_TIME
public static final Element REPLICATION_CONFIG
public static final Element REPLICATION_GRANULARITY
public static final Element REPLICATION_MODE
public static final Element REPLICATION_TRIGGER
public static final Element ROLE_ALLOWED
public static final Element RUN_AS
public static final Element RUN_AS_PRINCIPAL
public static final Element SECURITY_DOMAIN
public static final Element SECURITY_ROLE
public static final Element SERVLET
public static final Element SERVLET_NAME
public static final Element SERVLET_SECURITY
public static final Element SESSION_CONFIG
public static final Element SESSION_NOTIFICATION_POLICY
public static final Element SNAPSHOT_INTERVAL
public static final Element SNAPSHOT_MODE
public static final Element SYMBOLIC_ENABLED
public static final Element TRANSPORT_GUARANTEE
public static final Element USE_JBOSS_AUTHORIZATION
public static final Element USE_JK
public static final Element USE_SESSION_PASSIVATION
public static final Element VALVE
public static final Element VIRTUAL_HOST
public static final Element WEBSERVICE_DESCRIPTION
public static final Element WEBSERVICE_DESCRIPTION_NAME
public static final Element WSDL_PUBLISH_LOCATION
| 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 | |||||||||