xdoclet.modules.bea.wls.web
public class WeblogicWebXmlSubTask extends XmlSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
WeblogicWebXmlSubTask()
Describe what the WeblogicWebXmlSubTask constructor does
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextRoot()
Return the Context Root.
|
java.lang.String |
getDescription()
Return the Description.
|
java.lang.String |
getSecuritydomain()
Return the Security Domain.
|
java.lang.String |
getVersion()
Return the WLS version.
|
void |
setContextRoot(java.lang.String contextRoot)
Set the Context Root.
|
void |
setDescription(java.lang.String description)
Set the Description.
|
void |
setSecuritydomain(java.lang.String securityDomain)
Set the Security Domain.
|
void |
setVersion(java.lang.String version)
Set the WLS version.
|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess
addOfType, addOfType, addPackageSubstitution, 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, 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 WeblogicWebXmlSubTask() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String getVersion()
public java.lang.String getSecuritydomain()
public java.lang.String getDescription()
public java.lang.String getContextRoot()
public void setVersion(java.lang.String version)
version
- The new Version valuepublic void setSecuritydomain(java.lang.String securityDomain)
securityDomain
- The new Security Domain valuepublic void setDescription(java.lang.String description)
description
- The new Description valuepublic void setContextRoot(java.lang.String contextRoot)
contextRoot
- The new ContextRoot value