xdoclet.modules.objectweb.jonas.web
public class JonasWebSubTask extends XmlSubTask
Version: $Revision: 1.1 $
UNKNOWN: 03 October 2002 display-name = "JOnAS" name = "jonaswebxml" parent = "xdoclet.modules.web.WebDocletTask"
Nested Class Summary | |
---|---|
static class | JonasWebSubTask.JonasVersionTypes
JonasVersionTypes class.
|
Constructor Summary | |
---|---|
JonasWebSubTask()
Constructor. |
Method Summary | |
---|---|
void | execute() |
String | getContextroot()
Return the Context Root.
|
String | getHost()
Return the Host.
|
String | getVersion()
Gets the version attribute.
|
void | setContextroot(String contextRoot)
The context-root element specifies the context root for the web application.
|
void | setHost(String host)
The host element specifies the name of host used for deploy the web application.
|
void | setVersion(JonasWebSubTask.JonasVersionTypes version)
Sets the version of JOnAS. |
Returns: The Context Root value
Returns: The Host value
Returns: The version value.
Parameters: contextRoot The new Context Root value
UNKNOWN:
Parameters: host The new Host value
UNKNOWN:
Parameters: version The new version value. Supported versions are: 2.6.
UNKNOWN: No,defaultis "2.6".