xdoclet.modules.jboss.web
Class JBossWebXmlSubTask
java.lang.Object
xdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.jboss.web.JBossWebXmlSubTask
- Serializable
public class JBossWebXmlSubTask
extends xdoclet.XmlSubTask
Generates jboss-web.xml deployment descriptor.
- Dmitri Colebatch (dim@bigpond.net.au)
- display-name = "JBoss"
name = "jbosswebxml"
parent = "xdoclet.modules.web.WebDocletTask"
protected String | contextRoot - The Context Root, defaults to "" because it is not included if not set in the build.xml.
|
protected String | securityDomain - The Security Domain, defaults to "" because it is not included if not set in the build.xml.
|
protected String | version - The JBoss version to target.
|
protected String | virtualHost - The Virtual Host, defaults to "" because it is not included if not set in the build.xml.
|
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 |
contextRoot
protected String contextRoot
The Context Root, defaults to "" because it is not included if not set in the build.xml.
securityDomain
protected String securityDomain
The Security Domain, defaults to "" because it is not included if not set in the build.xml.
version
protected String version
The JBoss version to target. Possible subversion are the values present in JBossSubTask.JBossVersionTypes
virtualHost
protected String virtualHost
The Virtual Host, defaults to "" because it is not included if not set in the build.xml.
JBossWebXmlSubTask
public JBossWebXmlSubTask()
Describe what the JBossWebXmlSubTask constructor does
execute
public void execute()
throws xdoclet.XDocletException
- execute in interface xdoclet.TemplateSubTask
getContextroot
public String getContextroot()
Return the Context Root.
getSecuritydomain
public String getSecuritydomain()
Return the Security Domain.
- The Security Domain value
getVersion
public String getVersion()
Get the target JBoss version
getVirtualhost
public String getVirtualhost()
Return the Virtual Host.
setContextroot
public void setContextroot(String contextRoot)
Set the Context Root.
contextRoot
- The new Context Root value
setSecuritydomain
public void setSecuritydomain(String securityDomain)
Set the Security Domain.
securityDomain
- The new Security Domain value
setVersion
public void setVersion(JBossSubTask.JBossVersionTypes version)
Set the target JBoss version
setVirtualhost
public void setVirtualhost(String virtualHost)
Set the Virtual Host.
virtualHost
- The new Virtual Host value