|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |