|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.bea.wls.web.WeblogicWebXmlSubTask
public class WeblogicWebXmlSubTask
Generates weblogic.xml deployment descriptor for Web apps.
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 | |
---|---|
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. |
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.SubTask |
---|
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WeblogicWebXmlSubTask() throws XDocletException
XDocletException
- Describe the exceptionMethod Detail |
---|
public 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
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |