xdoclet.modules.objectweb.jonas.web
Class JonasWebSubTask
java.lang.Object
xdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.objectweb.jonas.web.JonasWebSubTask
- Serializable
public class JonasWebSubTask
extends xdoclet.XmlSubTask
Generates the web application deployment descriptor for JOnAS.
- display-name = "JOnAS"
name = "jonaswebxml"
parent = "xdoclet.modules.web.WebDocletTask"
copyAttributesFrom , engineFinished , getDtdURL , getPublicId , getSchema , getSchemaURL , getSystemId , getUseIds , getXmlencoding , isValidateXML , setDtdURL , setPublicId , setSchema , setSchemaURL , setSystemId , setUseIds , setValidateXML , setXmlencoding , startProcess |
addOfType , addOfType , addPackageSubstitution , copyAttributesFrom , engineFinished , engineStarted , execute , 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 , startProcess , startProcessForAll , startProcessPerClass , validateOptions |
addConfigParam , copyAttributesFrom , execute , getConfigParams , getConfigParamsAsMap , getContext , getDestDir , getMergeDir , getSubTaskName , getXJavaDoc , init , setDestDir , setMergeDir , setSubTaskName , validateOptions |
getCurrentClass , getCurrentClassTag , getCurrentConstructor , getCurrentField , getCurrentFieldTag , getCurrentMethod , getCurrentMethodTag , getCurrentPackage , getCurrentTag , isDocletGenerated , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
JonasWebSubTask
public JonasWebSubTask()
Constructor.
execute
public void execute()
throws xdoclet.XDocletException
- execute in interface xdoclet.TemplateSubTask
getContextroot
public String getContextroot()
Return the Context Root.
getHost
public String getHost()
Return the Host.
getVersion
public String getVersion()
setContextroot
public void setContextroot(String contextRoot)
The context-root element specifies the context root for the web application.
contextRoot
- The new Context Root value
setHost
public void setHost(String host)
The host element specifies the name of host used for deploy the web application.
host
- The new Host value
setVersion
public void setVersion(JonasWebSubTask.JonasVersionTypes version)
Sets the version of JOnAS. Supported versions are: 2.6.
version
- The new version value. Supported versions are: 2.6.