Uses of Class
org.apache.cactus.integration.ant.deployment.WebXmlVersion

Packages that use WebXmlVersion
org.apache.cactus.integration.ant.deployment Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. 
 

Uses of WebXmlVersion in org.apache.cactus.integration.ant.deployment
 

Fields in org.apache.cactus.integration.ant.deployment declared as WebXmlVersion
static WebXmlVersion WebXmlVersion.V2_2
          Instance for version 2.2.
static WebXmlVersion WebXmlVersion.V2_3
          Instance for version 2.3.
 

Methods in org.apache.cactus.integration.ant.deployment that return WebXmlVersion
static WebXmlVersion WebXmlVersion.valueOf(org.w3c.dom.DocumentType theDocType)
          Returns the version corresponding to the given document type.
static WebXmlVersion WebXmlVersion.valueOf(java.lang.String thePublicId)
          Returns the version corresponding to the given public ID.
 WebXmlVersion WebXml.getVersion()
          Returns the servlet API version.
 

Methods in org.apache.cactus.integration.ant.deployment with parameters of type WebXmlVersion
static WebXml WebXmlIo.newWebXml(WebXmlVersion theVersion)
          Creates a new empty deployment descriptor.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.