org.codehaus.cargo.module.webapp.weblogic
Class WeblogicXmlTag

java.lang.Object
  extended by org.codehaus.cargo.module.DescriptorTag
      extended by org.codehaus.cargo.module.webapp.weblogic.WeblogicXmlTag

public class WeblogicXmlTag
extends DescriptorTag

Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.

Version:
$Id: WeblogicXmlTag.java 1705 2008-09-02 13:14:55Z adriana $

Field Summary
static String AUTH_FILTER
          Element name 'auth-filter'.
static String CHARSET_PARAMS
          Element name 'charset-params'.
static String CONTAINER_DESCRIPTOR
          Element name 'container-descriptor'.
static String CONTEXT_ROOT
          Element name 'context-root'.
static String DESCRIPTION
          Element name 'description'.
static String DESTROY_AS
          Element name 'destroy-as'.
static String EJB_REF_NAME
          Element name 'ejb-ref-name'.
static String EJB_REFERENCE_DESCRIPTION
          Element name 'ejb-reference-description'.
static String INIT_AS
          Element name 'init-as'.
static String JNDI_NAME
          Element name 'jndi-name'.
static String JSP_DESCRIPTOR
          Element name 'jsp-descriptor'.
static String PREPROCESSOR
          Element name 'preprocessor'.
static String PREPROCESSOR_MAPPING
          Element name 'preprocessor-mapping'.
static String REFERENCE_DESCRIPTOR
          Element name 'reference-descriptor'.
static String RESOURCE_DESCRIPTION
          Element name 'resource-description'.
static String RESOURCE_ENV_DESCRIPTION
          Element name 'resource-env-description'.
static String RUN_AS_ROLE_ASSIGNMENT
          Element name 'run-as-role-assignment'.
static String SECURITY_PERMISSION
          Element name 'security-permission'.
static String SECURITY_ROLE_ASSIGNMENT
          Element name 'security-role-assignment'.
static String SERVLET_DESCRIPTOR
          Element name 'servlet-descriptor'.
static String SESSION_DESCRIPTOR
          Element name 'session-descriptor'.
static String URL_MATCH_MAP
          Element name 'url-match-map'.
static String VIRTUAL_DIRECTORY_MAPPING
          Element name 'virtual-directory-mapping'.
static String WEBLOGIC_VERSION
          Element name 'weblogic-version'.
static String WL_DISPATCH_POLICY
          Element name 'wl-dispatch-policy'.
 
Constructor Summary
protected WeblogicXmlTag(DescriptorType type, String tagName)
          Constructor.
protected WeblogicXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
          Constructor.
 
Method Summary
 
Methods inherited from class org.codehaus.cargo.module.DescriptorTag
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESCRIPTION

public static final String DESCRIPTION
Element name 'description'.

See Also:
Constant Field Values

WEBLOGIC_VERSION

public static final String WEBLOGIC_VERSION
Element name 'weblogic-version'.

See Also:
Constant Field Values

SECURITY_ROLE_ASSIGNMENT

public static final String SECURITY_ROLE_ASSIGNMENT
Element name 'security-role-assignment'.

See Also:
Constant Field Values

RUN_AS_ROLE_ASSIGNMENT

public static final String RUN_AS_ROLE_ASSIGNMENT
Element name 'run-as-role-assignment'.

See Also:
Constant Field Values

REFERENCE_DESCRIPTOR

public static final String REFERENCE_DESCRIPTOR
Element name 'reference-descriptor'.

See Also:
Constant Field Values

SESSION_DESCRIPTOR

public static final String SESSION_DESCRIPTOR
Element name 'session-descriptor'.

See Also:
Constant Field Values

JSP_DESCRIPTOR

public static final String JSP_DESCRIPTOR
Element name 'jsp-descriptor'.

See Also:
Constant Field Values

AUTH_FILTER

public static final String AUTH_FILTER
Element name 'auth-filter'.

See Also:
Constant Field Values

CONTAINER_DESCRIPTOR

public static final String CONTAINER_DESCRIPTOR
Element name 'container-descriptor'.

See Also:
Constant Field Values

CHARSET_PARAMS

public static final String CHARSET_PARAMS
Element name 'charset-params'.

See Also:
Constant Field Values

VIRTUAL_DIRECTORY_MAPPING

public static final String VIRTUAL_DIRECTORY_MAPPING
Element name 'virtual-directory-mapping'.

See Also:
Constant Field Values

URL_MATCH_MAP

public static final String URL_MATCH_MAP
Element name 'url-match-map'.

See Also:
Constant Field Values

PREPROCESSOR

public static final String PREPROCESSOR
Element name 'preprocessor'.

See Also:
Constant Field Values

PREPROCESSOR_MAPPING

public static final String PREPROCESSOR_MAPPING
Element name 'preprocessor-mapping'.

See Also:
Constant Field Values

SECURITY_PERMISSION

public static final String SECURITY_PERMISSION
Element name 'security-permission'.

See Also:
Constant Field Values

CONTEXT_ROOT

public static final String CONTEXT_ROOT
Element name 'context-root'.

See Also:
Constant Field Values

WL_DISPATCH_POLICY

public static final String WL_DISPATCH_POLICY
Element name 'wl-dispatch-policy'.

See Also:
Constant Field Values

SERVLET_DESCRIPTOR

public static final String SERVLET_DESCRIPTOR
Element name 'servlet-descriptor'.

See Also:
Constant Field Values

INIT_AS

public static final String INIT_AS
Element name 'init-as'.

See Also:
Constant Field Values

DESTROY_AS

public static final String DESTROY_AS
Element name 'destroy-as'.

See Also:
Constant Field Values

RESOURCE_DESCRIPTION

public static final String RESOURCE_DESCRIPTION
Element name 'resource-description'.

See Also:
Constant Field Values

RESOURCE_ENV_DESCRIPTION

public static final String RESOURCE_ENV_DESCRIPTION
Element name 'resource-env-description'.

See Also:
Constant Field Values

EJB_REFERENCE_DESCRIPTION

public static final String EJB_REFERENCE_DESCRIPTION
Element name 'ejb-reference-description'.

See Also:
Constant Field Values

EJB_REF_NAME

public static final String EJB_REF_NAME
Element name 'ejb-ref-name'.

See Also:
Constant Field Values

JNDI_NAME

public static final String JNDI_NAME
Element name 'jndi-name'.

See Also:
Constant Field Values
Constructor Detail

WeblogicXmlTag

protected WeblogicXmlTag(DescriptorType type,
                         String tagName,
                         boolean isMultipleAllowed)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element
isMultipleAllowed - Whether the element may occur multiple times in the descriptor

WeblogicXmlTag

protected WeblogicXmlTag(DescriptorType type,
                         String tagName)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element


Copyright © 2004-2012 Codehaus. All Rights Reserved.