JBoss Metadata Web 7.1.1.Final

org.jboss.metadata.parser.jbossweb
Enum Element

java.lang.Object
  extended by java.lang.Enum<Element>
      extended by org.jboss.metadata.parser.jbossweb.Element
All Implemented Interfaces:
Serializable, Comparable<Element>

public enum Element
extends Enum<Element>

An enumeration of all the possible XML elements in the jboss-web schema, by name.

Author:
Remy Maucherat

Enum Constant Summary
ANNOTATION
           
BACKUPS
           
CACHE_NAME
           
CLASS_LOADING
           
CLASS_NAME
           
CONFIG_FILE
           
CONFIG_NAME
           
CONTEXT_ROOT
           
DEPENDS
           
DISABLE_AUDIT
           
DISABLE_CROSS_CONTEXT
           
DISTINCT_NAME
           
EMPTY_ROLE_SEMANTIC
           
ENABLE_WEBSOCKETS
           
HTTP_METHOD_CONSTRAINT
           
JACC_STAR_ROLE_ALLOW
           
LISTENER
           
LISTENER_TYPE
           
LOADER_REPOSITORY
           
LOADER_REPOSITORY_CONFIG
           
MAX_ACTIVE_SESSIONS
           
MAX_UNREPLICATED_INTERVAL
           
MESSAGE_DESTINATION
           
METHOD
           
MODULE
           
MULTIPART_CONFIG
           
OVERLAY
           
PARAM
           
PASSIVATION_CONFIG
           
PASSIVATION_MAX_IDLE_TIME
           
PASSIVATION_MIN_IDLE_TIME
           
REPLICATION_CONFIG
           
REPLICATION_GRANULARITY
           
REPLICATION_MODE
           
REPLICATION_TRIGGER
           
ROLE_ALLOWED
           
RUN_AS
           
RUN_AS_PRINCIPAL
           
SECURITY_DOMAIN
           
SECURITY_ROLE
           
SERVLET
           
SERVLET_NAME
           
SERVLET_SECURITY
           
SESSION_CONFIG
           
SESSION_NOTIFICATION_POLICY
           
SNAPSHOT_INTERVAL
           
SNAPSHOT_MODE
           
SYMBOLIC_ENABLED
           
TRANSPORT_GUARANTEE
           
UNKNOWN
           
USE_JBOSS_AUTHORIZATION
           
USE_JK
           
USE_SESSION_PASSIVATION
           
VALVE
           
VIRTUAL_HOST
           
WEBSERVICE_DESCRIPTION
           
WEBSERVICE_DESCRIPTION_NAME
           
WSDL_PUBLISH_LOCATION
           
 
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

UNKNOWN

public static final Element UNKNOWN

ANNOTATION

public static final Element ANNOTATION

BACKUPS

public static final Element BACKUPS

CACHE_NAME

public static final Element CACHE_NAME

CLASS_LOADING

public static final Element CLASS_LOADING

CLASS_NAME

public static final Element CLASS_NAME

CONFIG_FILE

public static final Element CONFIG_FILE

CONFIG_NAME

public static final Element CONFIG_NAME

CONTEXT_ROOT

public static final Element CONTEXT_ROOT

DEPENDS

public static final Element DEPENDS

DISABLE_AUDIT

public static final Element DISABLE_AUDIT

DISABLE_CROSS_CONTEXT

public static final Element DISABLE_CROSS_CONTEXT

DISTINCT_NAME

public static final Element DISTINCT_NAME

EMPTY_ROLE_SEMANTIC

public static final Element EMPTY_ROLE_SEMANTIC

ENABLE_WEBSOCKETS

public static final Element ENABLE_WEBSOCKETS

HTTP_METHOD_CONSTRAINT

public static final Element HTTP_METHOD_CONSTRAINT

JACC_STAR_ROLE_ALLOW

public static final Element JACC_STAR_ROLE_ALLOW

LISTENER

public static final Element LISTENER

LISTENER_TYPE

public static final Element LISTENER_TYPE

LOADER_REPOSITORY

public static final Element LOADER_REPOSITORY

LOADER_REPOSITORY_CONFIG

public static final Element LOADER_REPOSITORY_CONFIG

MAX_ACTIVE_SESSIONS

public static final Element MAX_ACTIVE_SESSIONS

MAX_UNREPLICATED_INTERVAL

public static final Element MAX_UNREPLICATED_INTERVAL

MESSAGE_DESTINATION

public static final Element MESSAGE_DESTINATION

METHOD

public static final Element METHOD

MODULE

public static final Element MODULE

MULTIPART_CONFIG

public static final Element MULTIPART_CONFIG

OVERLAY

public static final Element OVERLAY

PARAM

public static final Element PARAM

PASSIVATION_CONFIG

public static final Element PASSIVATION_CONFIG

PASSIVATION_MAX_IDLE_TIME

public static final Element PASSIVATION_MAX_IDLE_TIME

PASSIVATION_MIN_IDLE_TIME

public static final Element PASSIVATION_MIN_IDLE_TIME

REPLICATION_CONFIG

public static final Element REPLICATION_CONFIG

REPLICATION_GRANULARITY

public static final Element REPLICATION_GRANULARITY

REPLICATION_MODE

public static final Element REPLICATION_MODE

REPLICATION_TRIGGER

public static final Element REPLICATION_TRIGGER

ROLE_ALLOWED

public static final Element ROLE_ALLOWED

RUN_AS

public static final Element RUN_AS

RUN_AS_PRINCIPAL

public static final Element RUN_AS_PRINCIPAL

SECURITY_DOMAIN

public static final Element SECURITY_DOMAIN

SECURITY_ROLE

public static final Element SECURITY_ROLE

SERVLET

public static final Element SERVLET

SERVLET_NAME

public static final Element SERVLET_NAME

SERVLET_SECURITY

public static final Element SERVLET_SECURITY

SESSION_CONFIG

public static final Element SESSION_CONFIG

SESSION_NOTIFICATION_POLICY

public static final Element SESSION_NOTIFICATION_POLICY

SNAPSHOT_INTERVAL

public static final Element SNAPSHOT_INTERVAL

SNAPSHOT_MODE

public static final Element SNAPSHOT_MODE

SYMBOLIC_ENABLED

public static final Element SYMBOLIC_ENABLED

TRANSPORT_GUARANTEE

public static final Element TRANSPORT_GUARANTEE

USE_JBOSS_AUTHORIZATION

public static final Element USE_JBOSS_AUTHORIZATION

USE_JK

public static final Element USE_JK

USE_SESSION_PASSIVATION

public static final Element USE_SESSION_PASSIVATION

VALVE

public static final Element VALVE

VIRTUAL_HOST

public static final Element VIRTUAL_HOST

WEBSERVICE_DESCRIPTION

public static final Element WEBSERVICE_DESCRIPTION

WEBSERVICE_DESCRIPTION_NAME

public static final Element WEBSERVICE_DESCRIPTION_NAME

WSDL_PUBLISH_LOCATION

public static final Element WSDL_PUBLISH_LOCATION
Method Detail

values

public static Element[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Element c : Element.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Element valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getLocalName

public String getLocalName()
Get the local name of this element.

Returns:
the local name

forName

public static Element forName(String localName)

JBoss Metadata Web 7.1.1.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.