xdoclet.modules.objectweb.jonas.web
public class JonasWebSubTask extends XmlSubTask
Modifier and Type | Class and Description |
---|---|
static class |
JonasWebSubTask.JonasVersionTypes
JonasVersionTypes class.
|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
JonasWebSubTask()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Describe what the method does
|
java.lang.String |
getContextroot()
Return the Context Root.
|
java.lang.String |
getHost()
Return the Host.
|
java.lang.String |
getVersion()
Gets the
version attribute. |
void |
setContextroot(java.lang.String contextRoot)
The context-root element specifies the context root for the web application.
|
void |
setHost(java.lang.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.
|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess
addOfType, addOfType, addPackageSubstitution, engineStarted, generateForClass, getAcceptAbstractClasses, getAcceptInterfaces, getDestinationFile, getEngine, getExtent, getGeneratedFileName, getGenerationManager, getHavingClassTag, getOfType, getPackageSubstitutions, getSubTaskClassName, getTemplateURL, init, isPackageSubstitutionInheritanceSupported, isPrefixWithPackageStructure, javaFile, matchesGenerationRules, processInnerClasses, setAcceptAbstractClasses, setAcceptInterfaces, setDestinationFile, setEngine, setExtent, setExtentValue, setGenerationManager, setHavingClassTag, setOfType, setPackageSubstitutionInheritanceSupported, setPackageSubstitutions, setPrefixWithPackageStructure, setSubTaskClassName, setTemplateFile, setTemplateURL, startEngine, startProcessForAll, startProcessPerClass, validateOptions
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
public java.lang.String getContextroot()
public java.lang.String getHost()
public java.lang.String getVersion()
version
attribute.public void setContextroot(java.lang.String contextRoot)
contextRoot
- The new Context Root valuepublic void setHost(java.lang.String host)
host
- The new Host valuepublic void setVersion(JonasWebSubTask.JonasVersionTypes version)
version
- The new version value. Supported versions are: 2.6.public void execute() throws XDocletException
TemplateSubTask
execute
in class TemplateSubTask
XDocletException
- Describe the exception