xdoclet.modules.bea.wls.web

Class WeblogicWebXmlSubTask

Implemented Interfaces:
Serializable

public class WeblogicWebXmlSubTask
extends xdoclet.XmlSubTask

Generates weblogic.xml deployment descriptor for Web apps.
Version:
$Revision: 1.7 $
Author:
Aslak Hellesxy
ant.element
display-name = "WebLogic Server" name = "weblogicwebxml" parent = "xdoclet.modules.web.WebDocletTask"
created
October 9, 2001

Nested Class Summary

Nested classes/interfaces inherited from class xdoclet.TemplateSubTask

TemplateSubTask.ExtentTypes, TemplateSubTask.OfType

Field Summary

Fields inherited from class xdoclet.DocletSupport

currentClassTag, currentFieldTag, currentMethodTag

Constructor Summary

WeblogicWebXmlSubTask()
Describe what the WeblogicWebXmlSubTask constructor does

Method Summary

String
getContextRoot()
Return the Context Root.
String
getDescription()
Return the Description.
String
getSecuritydomain()
Return the Security Domain.
String
getVersion()
Return the WLS version.
void
setContextRoot(String contextRoot)
Set the Context Root.
void
setDescription(String description)
Set the Description.
void
setSecuritydomain(String securityDomain)
Set the Security Domain.
void
setVersion(String version)
Set the WLS version.

Methods inherited from class xdoclet.XmlSubTask

copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess

Methods inherited from class xdoclet.TemplateSubTask

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

Methods inherited from class xdoclet.SubTask

addConfigParam, copyAttributesFrom, execute, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions

Methods inherited from class xdoclet.DocletSupport

getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage

Constructor Details

WeblogicWebXmlSubTask

public WeblogicWebXmlSubTask()
            throws xdoclet.XDocletException
Describe what the WeblogicWebXmlSubTask constructor does
Throws:
xdoclet.XDocletException - Describe the exception

Method Details

getContextRoot

public String getContextRoot()
Return the Context Root.
Returns:
The ContextRoot value

getDescription

public String getDescription()
Return the Description.
Returns:
The Description value

getSecuritydomain

public String getSecuritydomain()
Return the Security Domain.
Returns:
The Security Domain value

getVersion

public String getVersion()
Return the WLS version.
Returns:
The WLS version

setContextRoot

public void setContextRoot(String contextRoot)
Set the Context Root.
Parameters:
contextRoot - The new ContextRoot value

setDescription

public void setDescription(String description)
Set the Description.
Parameters:
description - The new Description value

setSecuritydomain

public void setSecuritydomain(String securityDomain)
Set the Security Domain.
Parameters:
securityDomain - The new Security Domain value

setVersion

public void setVersion(String version)
Set the WLS version.
Parameters:
version - The new Version value