|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebXmlVersion | |
org.codehaus.cargo.module.webapp |
Uses of WebXmlVersion in org.codehaus.cargo.module.webapp |
Fields in org.codehaus.cargo.module.webapp 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.codehaus.cargo.module.webapp that return WebXmlVersion | |
WebXmlVersion |
WebXml.getVersion()
Returns the servlet API version. |
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. |
Methods in org.codehaus.cargo.module.webapp with parameters of type WebXmlVersion | |
static WebXml |
WebXmlIo.newWebXml(WebXmlVersion theVersion)
Creates a new empty deployment descriptor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |