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

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

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

Fields in org.apache.cactus.integration.ant.deployment declared as ApplicationXmlVersion
static ApplicationXmlVersion ApplicationXmlVersion.V1_2
          Instance for version 1.2.
static ApplicationXmlVersion ApplicationXmlVersion.V1_3
          Instance for version 1.3.
 

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



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