public class WeblogicXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
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'.
|
Modifier | Constructor and Description |
---|---|
protected |
WeblogicXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
WeblogicXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
public static final String DESCRIPTION
public static final String WEBLOGIC_VERSION
public static final String SECURITY_ROLE_ASSIGNMENT
public static final String RUN_AS_ROLE_ASSIGNMENT
public static final String REFERENCE_DESCRIPTOR
public static final String SESSION_DESCRIPTOR
public static final String JSP_DESCRIPTOR
public static final String AUTH_FILTER
public static final String CONTAINER_DESCRIPTOR
public static final String CHARSET_PARAMS
public static final String VIRTUAL_DIRECTORY_MAPPING
public static final String URL_MATCH_MAP
public static final String PREPROCESSOR
public static final String PREPROCESSOR_MAPPING
public static final String SECURITY_PERMISSION
public static final String CONTEXT_ROOT
public static final String WL_DISPATCH_POLICY
public static final String SERVLET_DESCRIPTOR
public static final String INIT_AS
public static final String DESTROY_AS
public static final String RESOURCE_DESCRIPTION
public static final String RESOURCE_ENV_DESCRIPTION
public static final String EJB_REFERENCE_DESCRIPTION
public static final String EJB_REF_NAME
public static final String JNDI_NAME
protected WeblogicXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptorprotected WeblogicXmlTag(DescriptorType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.