|
||||||||||
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.jboss.web.JBossWebXmlSubTask
public class JBossWebXmlSubTask
Generates jboss-web.xml deployment descriptor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class xdoclet.TemplateSubTask |
---|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
---|---|
protected java.lang.String |
contextRoot
The Context Root, defaults to "" because it is not included if not set in the build.xml. |
protected java.lang.String |
securityDomain
The Security Domain, defaults to "" because it is not included if not set in the build.xml. |
protected java.lang.String |
version
The JBoss version to target. |
protected java.lang.String |
virtualHost
The Virtual Host, defaults to "" because it is not included if not set in the build.xml. |
Fields inherited from class xdoclet.DocletSupport |
---|
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
---|---|
JBossWebXmlSubTask()
Describe what the JBossWebXmlSubTask constructor does |
Method Summary | |
---|---|
void |
execute()
Describe what the method does |
java.lang.String |
getContextroot()
Return the Context Root. |
java.lang.String |
getSecuritydomain()
Return the Security Domain. |
java.lang.String |
getVersion()
Get the target JBoss version |
java.lang.String |
getVirtualhost()
Return the Virtual Host. |
void |
setContextroot(java.lang.String contextRoot)
Set the Context Root. |
void |
setSecuritydomain(java.lang.String securityDomain)
Set the Security Domain. |
void |
setVersion(JBossSubTask.JBossVersionTypes version)
Set the target JBoss version |
void |
setVirtualhost(java.lang.String virtualHost)
Set the Virtual Host. |
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 |
Field Detail |
---|
protected java.lang.String securityDomain
protected java.lang.String contextRoot
protected java.lang.String virtualHost
protected java.lang.String version
Constructor Detail |
---|
public JBossWebXmlSubTask()
Method Detail |
---|
public java.lang.String getSecuritydomain()
public java.lang.String getContextroot()
public java.lang.String getVirtualhost()
public java.lang.String getVersion()
public void setSecuritydomain(java.lang.String securityDomain)
securityDomain
- The new Security Domain valuepublic void setContextroot(java.lang.String contextRoot)
contextRoot
- The new Context Root valuepublic void setVirtualhost(java.lang.String virtualHost)
virtualHost
- The new Virtual Host valuepublic void setVersion(JBossSubTask.JBossVersionTypes version)
version
- the versionpublic void execute() throws XDocletException
TemplateSubTask
execute
in class TemplateSubTask
XDocletException
- Describe the exception
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |