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 WebXmlVersionWebXmlVersion. V2_2Instance for version 2.2.static WebXmlVersionWebXmlVersion. V2_3Instance for version 2.3.static WebXmlVersionWebXmlVersion. V2_4Instance for version 2.4.static WebXmlVersionWebXmlVersion. V2_5Instance for version 2.5.static WebXmlVersionWebXmlVersion. V3_0Instance for version 3.0.protected WebXmlVersionWebXmlTypeAwareParser. versionThe version that we think the XML data is.Methods in org.codehaus.cargo.module.webapp that return WebXmlVersion Modifier and Type Method Description WebXmlVersionWebXml. getVersion()Returns the servlet API version.WebXmlVersionWebXml22Type. getVersion()Get the web xml version for his type.WebXmlVersionWebXml23Type. getVersion()Get the web xml version for his type.WebXmlVersionWebXml24Type. getVersion()Get the web xml version for his type.WebXmlVersionWebXml25Type. getVersion()Get the web xml version for his type.WebXmlVersionWebXml30Type. getVersion()Get the web xml version for his type.abstract WebXmlVersionWebXmlType. getVersion()Get the web xml version for his type.WebXmlVersionWebXmlTypeAwareParser. getVersion()Get the version that was determined.static WebXmlVersionWebXmlVersion. valueOf(String thePublicId)Returns the version corresponding to the given public ID.static WebXmlVersionWebXmlVersion. valueOf(org.jdom2.DocType theDocType)Returns the version corresponding to the given document type.static WebXmlVersionWebXmlVersion. 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 intWebXmlVersion. compareTo(WebXmlVersion other)static WebXmlWebXmlIo. newWebXml(WebXmlVersion theVersion)Creates a new empty deployment descriptor.
-