xdoclet.web.vendor
Class WeblogicWebXmlSubTask
java.lang.Object
|
+--xdoclet.DocletSupport
|
+--xdoclet.SubTask
|
+--xdoclet.TemplateSubTask
|
+--xdoclet.XmlSubTask
|
+--xdoclet.web.vendor.WeblogicWebXmlSubTask
- All Implemented Interfaces:
- java.io.Serializable
- public class WeblogicWebXmlSubTask
- extends XmlSubTask
Generates weblogic.xml deployment descriptor for Web apps.
- Version:
- $Revision: 1.11 $
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Methods inherited from class xdoclet.XmlSubTask |
copyAttributesFrom, engineFinished, getDtdFileName, getPublicId, getSchema, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdFileName, setPublicId, setSchema, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
Methods inherited from class xdoclet.TemplateSubTask |
addPackageSubstitution, beanFile, engineStarted, execute, generateForClass, getDestinationFile, getEngine, getExtent, getGeneratedFileName, getHavingClassTag, getOfType, getPackageSubstitutions, getParser, getSubTaskClassName, getTemplateURL, init, isGuessGenerationNeeded, isPackageSubstitutionInheritanceSupported, isPrefixWithPackageStructure, javaFile, matchesGenerationRules, setDestinationFile, setEngine, setExtent, setExtentValue, setGuessGenerationNeeded, setHavingClassTag, setOfType, setPackageSubstitutionInheritanceSupported, setPackageSubstitutions, setParser, setPrefixWithPackageStructure, setSubTaskClassName, setTemplateFile, setTemplateURL, startEngine, validateOptions |
Methods inherited from class xdoclet.DocletSupport |
getCurrentClass, getCurrentConstructor, getCurrentField, getCurrentMethod, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentConstructor, setCurrentField, setCurrentMethod, setCurrentPackage, setCurrentTag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBTASK_NAME
public static final java.lang.String SUBTASK_NAME
WeblogicWebXmlSubTask
public WeblogicWebXmlSubTask()
throws XDocletException
getSubTaskName
public java.lang.String getSubTaskName()
- Overrides:
getSubTaskName
in class TemplateSubTask
getVersion
public java.lang.String getVersion()
- Return the WLS version.
- Returns:
- The WLS version
getSecuritydomain
public java.lang.String getSecuritydomain()
- Return the Security Domain.
- Returns:
- The Security Domain value
getDescription
public java.lang.String getDescription()
- Return the Description.
- Returns:
- The Description value
setVersion
public void setVersion(java.lang.String new_version)
- Set the WLS version.
- Parameters:
new_version
- The new Version value
setSecuritydomain
public void setSecuritydomain(java.lang.String new_sec_dom)
- Set the Security Domain.
- Parameters:
new_sec_dom
- The new Security Domain value
setDescription
public void setDescription(java.lang.String new_description)
- Return the Description.
- Parameters:
new_description
- The new Description value