org.codehaus.cargo.module.webapp
Class WebXml25Type

java.lang.Object
  extended by org.jdom.DefaultJDOMFactory
      extended by org.codehaus.cargo.module.AbstractDescriptorType
          extended by org.codehaus.cargo.module.webapp.WebXmlType
              extended by org.codehaus.cargo.module.webapp.WebXml25Type
All Implemented Interfaces:
DescriptorType, org.jdom.JDOMFactory

public class WebXml25Type
extends WebXmlType

Web 2.5 Descriptor.

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

Field Summary
 
Fields inherited from class org.codehaus.cargo.module.webapp.WebXmlType
AUTH_CONSTRAINT, AUTH_METHOD, CONTEXT_PARAM, DESCRIPTION, DISPATCHER, DISPLAY_NAME, DISTRIBUTABLE, EJB_LINK, EJB_LOCAL_REF, EJB_REF, EJB_REF_NAME, EJB_REF_TYPE, ENV_ENTRY, ERROR_PAGE, FILTER, FILTER_CLASS, FILTER_MAPPING, FILTER_NAME, HOME, ICON, INIT_PARAM, JSP_FILE, LISTENER, LOAD_ON_STARTUP, LOCAL, LOCAL_HOME, LOGIN_CONFIG, MIME_MAPPING, PARAM_NAME, PARAM_VALUE, REALM_NAME, REMOTE, RESOURCE_ENV_REF, RESOURCE_REF, ROLE_NAME, RUN_AS, SECURITY_CONSTRAINT, SECURITY_ROLE, SERVLET, SERVLET_CLASS, SERVLET_MAPPING, SERVLET_NAME, SESSION_CONFIG, TAGLIB, URL_PATTERN, WEB_RESOURCE_COLLECTION, WEB_RESOURCE_NAME, WELCOME_FILE_LIST
 
Constructor Summary
protected WebXml25Type()
          Protected constructor.
 
Method Summary
static WebXmlType getInstance()
          Get the instance of the WEB XML Type.
 WebXmlVersion getVersion()
          Get the web xml version for his type.
 
Methods inherited from class org.codehaus.cargo.module.AbstractDescriptorType
addTag, document, element, element, getAllTags, getDescriptorIo, getGrammar, getJDOMFactory, getTagByName, setDescriptorIo
 
Methods inherited from class org.jdom.DefaultJDOMFactory
addContent, addNamespaceDeclaration, attribute, attribute, attribute, attribute, cdata, comment, docType, docType, docType, document, document, element, element, entityRef, entityRef, entityRef, processingInstruction, processingInstruction, setAttribute, text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdom.JDOMFactory
addContent, addNamespaceDeclaration, attribute, attribute, attribute, attribute, cdata, comment, docType, docType, docType, document, document, element, element, entityRef, entityRef, entityRef, processingInstruction, processingInstruction, setAttribute, text
 

Constructor Detail

WebXml25Type

protected WebXml25Type()
Protected constructor.

Method Detail

getInstance

public static WebXmlType getInstance()
Get the instance of the WEB XML Type.

Returns:
WebXmlType

getVersion

public WebXmlVersion getVersion()
Get the web xml version for his type.

Specified by:
getVersion in class WebXmlType
Returns:
the version for this type


Copyright © 2004-2011 Codehaus. All Rights Reserved.