xdoclet.modules.jboss.web
public class JBossWebXmlSubTask extends XmlSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
contextRoot
The Context Root, defaults to "" because it is not included if not set in the build.xml.
|
protected java.lang.String |
securityDomain
The Security Domain, defaults to "" because it is not included if not set in the build.xml.
|
protected java.lang.String |
version
The JBoss version to target.
|
protected java.lang.String |
virtualHost
The Virtual Host, defaults to "" because it is not included if not set in the build.xml.
|
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
JBossWebXmlSubTask()
Describe what the JBossWebXmlSubTask constructor does
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Describe what the method does
|
java.lang.String |
getContextroot()
Return the Context Root.
|
java.lang.String |
getSecuritydomain()
Return the Security Domain.
|
java.lang.String |
getVersion()
Get the target JBoss version
|
java.lang.String |
getVirtualhost()
Return the Virtual Host.
|
void |
setContextroot(java.lang.String contextRoot)
Set the Context Root.
|
void |
setSecuritydomain(java.lang.String securityDomain)
Set the Security Domain.
|
void |
setVersion(JBossSubTask.JBossVersionTypes version)
Set the target JBoss version
|
void |
setVirtualhost(java.lang.String virtualHost)
Set the Virtual Host.
|
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
protected java.lang.String securityDomain
protected java.lang.String contextRoot
protected java.lang.String virtualHost
protected java.lang.String version
public JBossWebXmlSubTask()
public java.lang.String getSecuritydomain()
public java.lang.String getContextroot()
public java.lang.String getVirtualhost()
public java.lang.String getVersion()
public void setSecuritydomain(java.lang.String securityDomain)
securityDomain
- The new Security Domain valuepublic void setContextroot(java.lang.String contextRoot)
contextRoot
- The new Context Root valuepublic void setVirtualhost(java.lang.String virtualHost)
virtualHost
- The new Virtual Host valuepublic void setVersion(JBossSubTask.JBossVersionTypes version)
version
- the versionpublic void execute() throws XDocletException
TemplateSubTask
execute
in class TemplateSubTask
XDocletException
- Describe the exception