|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebXmlTag | |
org.apache.cactus.integration.ant.deployment | Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. |
Uses of WebXmlTag in org.apache.cactus.integration.ant.deployment |
Fields in org.apache.cactus.integration.ant.deployment declared as WebXmlTag | |
static WebXmlTag |
WebXmlTag.ICON
Element name 'icon'. |
static WebXmlTag |
WebXmlTag.DISPLAY_NAME
Element name 'display-name'. |
static WebXmlTag |
WebXmlTag.DESCRIPTION
Element name 'description'. |
static WebXmlTag |
WebXmlTag.DISTRIBUTABLE
Element name 'distributable'. |
static WebXmlTag |
WebXmlTag.CONTEXT_PARAM
Element name 'context-param'. |
static WebXmlTag |
WebXmlTag.PARAM_NAME
Element name 'param-name'. |
static WebXmlTag |
WebXmlTag.PARAM_VALUE
Element name 'param-value'. |
static WebXmlTag |
WebXmlTag.FILTER
Element name 'filter'. |
static WebXmlTag |
WebXmlTag.FILTER_NAME
Element name 'filter-name'. |
static WebXmlTag |
WebXmlTag.FILTER_CLASS
Element name 'filter-class'. |
static WebXmlTag |
WebXmlTag.FILTER_MAPPING
Element name 'filter-mapping'. |
static WebXmlTag |
WebXmlTag.INIT_PARAM
Element name 'init-param'. |
static WebXmlTag |
WebXmlTag.LISTENER
Element name 'listener'. |
static WebXmlTag |
WebXmlTag.SERVLET
Element name 'servlet'. |
static WebXmlTag |
WebXmlTag.SERVLET_NAME
Element name 'servlet-name'. |
static WebXmlTag |
WebXmlTag.JSP_FILE
Element name 'jsp-file'. |
static WebXmlTag |
WebXmlTag.SERVLET_CLASS
Element name 'servlet-class'. |
static WebXmlTag |
WebXmlTag.LOAD_ON_STARTUP
Element name 'load-on-startup'. |
static WebXmlTag |
WebXmlTag.SERVLET_MAPPING
Element name 'servlet-mapping'. |
static WebXmlTag |
WebXmlTag.URL_PATTERN
Element name 'url-pattern'. |
static WebXmlTag |
WebXmlTag.SESSION_CONFIG
Element name 'session-config'. |
static WebXmlTag |
WebXmlTag.MIME_MAPPING
Element name 'mime-mapping'. |
static WebXmlTag |
WebXmlTag.WELCOME_FILE_LIST
Element name 'welcome-file-list'. |
static WebXmlTag |
WebXmlTag.ERROR_PAGE
Element name 'error-page'. |
static WebXmlTag |
WebXmlTag.TAGLIB
Element name 'taglib'. |
static WebXmlTag |
WebXmlTag.RESOURCE_ENV_REF
Element name 'resource-env-ref'. |
static WebXmlTag |
WebXmlTag.RESOURCE_REF
Element name 'resource-ref'. |
static WebXmlTag |
WebXmlTag.SECURITY_CONSTRAINT
Element name 'security-constraint'. |
static WebXmlTag |
WebXmlTag.WEB_RESOURCE_COLLECTION
Element name 'web-resource-collection'. |
static WebXmlTag |
WebXmlTag.WEB_RESOURCE_NAME
Element name 'web-resource-name'. |
static WebXmlTag |
WebXmlTag.AUTH_CONSTRAINT
Element name 'auth-constraint'. |
static WebXmlTag |
WebXmlTag.LOGIN_CONFIG
Element name 'login-config'. |
static WebXmlTag |
WebXmlTag.AUTH_METHOD
Element name 'auth-method'. |
static WebXmlTag |
WebXmlTag.REALM_NAME
Element name 'realm-name'. |
static WebXmlTag |
WebXmlTag.SECURITY_ROLE
Element name 'security-role'. |
static WebXmlTag |
WebXmlTag.ROLE_NAME
Element name 'role-name'. |
static WebXmlTag |
WebXmlTag.ENV_ENTRY
Element name 'env-entry'. |
static WebXmlTag |
WebXmlTag.EJB_REF
Element name 'ejb-ref'. |
static WebXmlTag |
WebXmlTag.EJB_LOCAL_REF
Element name 'ejb-local-ref'. |
Methods in org.apache.cactus.integration.ant.deployment with parameters of type WebXmlTag | |
java.util.Iterator |
WebXml.getElements(WebXmlTag theTag)
Returns an iterator over the elements that match the specified tag. |
void |
WebXml.addElement(WebXmlTag theTag,
org.w3c.dom.Element theElement)
Adds an element of the specified tag to the descriptor. |
void |
WebXml.replaceElement(WebXmlTag theTag,
org.w3c.dom.Element theElement)
Replaces all elements of the specified tag with the provided element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |