Package | Description |
---|---|
org.codehaus.cargo.module.webapp |
Modifier and Type | Field and 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.
|
protected WebXmlVersion |
WebXmlTypeAwareParser.version
The version that we think the XML data is.
|
Modifier and Type | Method and Description |
---|---|
WebXmlVersion |
WebXml.getVersion()
Returns the servlet API version.
|
abstract WebXmlVersion |
WebXmlType.getVersion()
Get the web xml version for his type.
|
WebXmlVersion |
WebXmlTypeAwareParser.getVersion()
Get the version that was determined.
|
WebXmlVersion |
WebXml23Type.getVersion()
Get the web xml version for his type.
|
WebXmlVersion |
WebXml24Type.getVersion()
Get the web xml version for his type.
|
WebXmlVersion |
WebXml22Type.getVersion()
Get the web xml version for his type.
|
WebXmlVersion |
WebXml25Type.getVersion()
Get the web xml version for his type.
|
static WebXmlVersion |
WebXmlVersion.valueOf(org.jdom.DocType theDocType)
Returns the version corresponding to the given document type.
|
static WebXmlVersion |
WebXmlVersion.valueOf(org.jdom.Element rootElement)
Returns the version corresponding to the given element.
|
static WebXmlVersion |
WebXmlVersion.valueOf(String thePublicId)
Returns the version corresponding to the given public ID.
|
Modifier and Type | Method and Description |
---|---|
static WebXml |
WebXmlIo.newWebXml(WebXmlVersion theVersion)
Creates a new empty deployment descriptor.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.