Uses of Class
org.codehaus.cargo.module.webapp.WebXmlVersion
-
Packages that use WebXmlVersion Package Description org.codehaus.cargo.module.webapp -
-
Uses of WebXmlVersion in org.codehaus.cargo.module.webapp
Fields in org.codehaus.cargo.module.webapp declared as WebXmlVersion Modifier and Type Field Description static WebXmlVersion
WebXmlVersion. V2_2
Instance for version 2.2.static WebXmlVersion
WebXmlVersion. V2_3
Instance for version 2.3.static WebXmlVersion
WebXmlVersion. V2_4
Instance for version 2.4.static WebXmlVersion
WebXmlVersion. V2_5
Instance for version 2.5.static WebXmlVersion
WebXmlVersion. V3_0
Instance for version 3.0.protected WebXmlVersion
WebXmlTypeAwareParser. version
The version that we think the XML data is.Methods in org.codehaus.cargo.module.webapp that return WebXmlVersion Modifier and Type Method Description WebXmlVersion
WebXml. getVersion()
Returns the servlet API version.WebXmlVersion
WebXml22Type. getVersion()
Get the web xml version for his type.WebXmlVersion
WebXml23Type. getVersion()
Get the web xml version for his type.WebXmlVersion
WebXml24Type. getVersion()
Get the web xml version for his type.WebXmlVersion
WebXml25Type. getVersion()
Get the web xml version for his type.WebXmlVersion
WebXml30Type. getVersion()
Get the web xml version for his type.abstract WebXmlVersion
WebXmlType. getVersion()
Get the web xml version for his type.WebXmlVersion
WebXmlTypeAwareParser. getVersion()
Get the version that was determined.static WebXmlVersion
WebXmlVersion. valueOf(String thePublicId)
Returns the version corresponding to the given public ID.static WebXmlVersion
WebXmlVersion. valueOf(org.jdom2.DocType theDocType)
Returns the version corresponding to the given document type.static WebXmlVersion
WebXmlVersion. valueOf(org.jdom2.Element rootElement)
Returns the version corresponding to the given element.Methods in org.codehaus.cargo.module.webapp with parameters of type WebXmlVersion Modifier and Type Method Description int
WebXmlVersion. compareTo(WebXmlVersion other)
static WebXml
WebXmlIo. newWebXml(WebXmlVersion theVersion)
Creates a new empty deployment descriptor.
-