xdoclet.modules.bea.wls.web
Class WeblogicWebXmlSubTask
java.lang.Object
xdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.bea.wls.web.WeblogicWebXmlSubTask
- Serializable
public class WeblogicWebXmlSubTask
extends xdoclet.XmlSubTask
Generates weblogic.xml deployment descriptor for Web apps.
- display-name = "WebLogic Server"
name = "weblogicwebxml"
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 |
WeblogicWebXmlSubTask
public WeblogicWebXmlSubTask()
throws xdoclet.XDocletException
Describe what the WeblogicWebXmlSubTask constructor does
xdoclet.XDocletException
- Describe the exception
getContextRoot
public String getContextRoot()
Return the Context Root.
getDescription
public String getDescription()
Return the Description.
getSecuritydomain
public String getSecuritydomain()
Return the Security Domain.
- The Security Domain value
getVersion
public String getVersion()
Return the WLS version.
setContextRoot
public void setContextRoot(String contextRoot)
Set the Context Root.
contextRoot
- The new ContextRoot value
setDescription
public void setDescription(String description)
Set the Description.
description
- The new Description value
setSecuritydomain
public void setSecuritydomain(String securityDomain)
Set the Security Domain.
securityDomain
- The new Security Domain value
setVersion
public void setVersion(String version)
Set the WLS version.
version
- The new Version value