Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment.webapp » [javadoc | source]
org.apache.cactus.integration.ant.deployment.webapp
public final class: WebXmlTag [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.deployment.webapp.WebXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
Field Summary
public static final  WebXmlTag ICON    Element name 'icon'. 
public static final  WebXmlTag DISPLAY_NAME    Element name 'display-name'. 
public static final  WebXmlTag DESCRIPTION    Element name 'description'. 
public static final  WebXmlTag DISTRIBUTABLE    Element name 'distributable'. 
public static final  WebXmlTag CONTEXT_PARAM    Element name 'context-param'. 
public static final  WebXmlTag PARAM_NAME    Element name 'param-name'. 
public static final  WebXmlTag PARAM_VALUE    Element name 'param-value'. 
public static final  WebXmlTag FILTER    Element name 'filter'. 
public static final  WebXmlTag FILTER_NAME    Element name 'filter-name'. 
public static final  WebXmlTag FILTER_CLASS    Element name 'filter-class'. 
public static final  WebXmlTag FILTER_MAPPING    Element name 'filter-mapping'. 
public static final  WebXmlTag INIT_PARAM    Element name 'init-param'. 
public static final  WebXmlTag LISTENER    Element name 'listener'. 
public static final  WebXmlTag SERVLET    Element name 'servlet'. 
public static final  WebXmlTag SERVLET_NAME    Element name 'servlet-name'. 
public static final  WebXmlTag JSP_FILE    Element name 'jsp-file'. 
public static final  WebXmlTag SERVLET_CLASS    Element name 'servlet-class'. 
public static final  WebXmlTag LOAD_ON_STARTUP    Element name 'load-on-startup'. 
public static final  WebXmlTag RUN_AS    Element name 'run-as'. 
public static final  WebXmlTag SERVLET_MAPPING    Element name 'servlet-mapping'. 
public static final  WebXmlTag URL_PATTERN    Element name 'url-pattern'. 
public static final  WebXmlTag SESSION_CONFIG    Element name 'session-config'. 
public static final  WebXmlTag MIME_MAPPING    Element name 'mime-mapping'. 
public static final  WebXmlTag WELCOME_FILE_LIST    Element name 'welcome-file-list'. 
public static final  WebXmlTag ERROR_PAGE    Element name 'error-page'. 
public static final  WebXmlTag TAGLIB    Element name 'taglib'. 
public static final  WebXmlTag RESOURCE_ENV_REF    Element name 'resource-env-ref'. 
public static final  WebXmlTag RESOURCE_REF    Element name 'resource-ref'. 
public static final  WebXmlTag SECURITY_CONSTRAINT    Element name 'security-constraint'. 
public static final  WebXmlTag WEB_RESOURCE_COLLECTION    Element name 'web-resource-collection'. 
public static final  WebXmlTag WEB_RESOURCE_NAME    Element name 'web-resource-name'. 
public static final  WebXmlTag AUTH_CONSTRAINT    Element name 'auth-constraint'. 
public static final  WebXmlTag LOGIN_CONFIG    Element name 'login-config'. 
public static final  WebXmlTag AUTH_METHOD    Element name 'auth-method'. 
public static final  WebXmlTag REALM_NAME    Element name 'realm-name'. 
public static final  WebXmlTag SECURITY_ROLE    Element name 'security-role'. 
public static final  WebXmlTag ROLE_NAME    Element name 'role-name'. 
public static final  WebXmlTag ENV_ENTRY    Element name 'env-entry'. 
public static final  WebXmlTag EJB_REF    Element name 'ejb-ref'. 
public static final  WebXmlTag EJB_LOCAL_REF    Element name 'ejb-local-ref'. 
Method from org.apache.cactus.integration.ant.deployment.webapp.WebXmlTag Summary:
equals,   getTagName,   hashCode,   isMultipleAllowed,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.deployment.webapp.WebXmlTag Detail:
 public boolean equals(Object theOther) 
 public String getTagName() 
    Returns the tag name.
 public int hashCode() 
 public boolean isMultipleAllowed() 
    Returns whether the tag may occur multiple times in the descriptor.
 public String toString()