xdoclet.modules.jboss.web
public class JBossWebXmlSubTask extends XmlSubTask
Version: $Revision: 1.13 $
UNKNOWN: August 9, 2001 Jon Barnett (jbarnett@pobox.com) display-name = "JBoss" name = "jbosswebxml" parent = "xdoclet.modules.web.WebDocletTask" file = "jbossweb-resource-env-ref.xml" relates-to = "jboss-web.xml" description = "An XML document * containing the optional resource-env-ref elements." file = "jbossweb-resource-ref.xml" relates-to = "jboss-web.xml" description = "An XML document * containing the optional resource-ref elements." file = "jbossweb-ejb-ref.xml" relates-to = "jboss-web.xml" description = "An XML document containing * the optional ejb-ref elements." file = "jbossweb-ejb-local-ref.xml" relates-to = "jboss-web.xml" description = "An XML document * containing the optional ejb-local-ref elements."
Field Summary | |
---|---|
protected String | contextRoot
The Context Root, defaults to "" because it is not included if not set in the build.xml. |
protected String | securityDomain
The Security Domain, defaults to "" because it is not included if not set in the build.xml. |
protected String | version
The JBoss version to target. |
protected String | virtualHost
The Virtual Host, defaults to "" because it is not included if not set in the build.xml. |
Constructor Summary | |
---|---|
JBossWebXmlSubTask()
Describe what the JBossWebXmlSubTask constructor does |
Method Summary | |
---|---|
void | execute() |
String | getContextroot()
Return the Context Root.
|
String | getSecuritydomain()
Return the Security Domain.
|
String | getVersion()
Get the target JBoss version
|
String | getVirtualhost()
Return the Virtual Host.
|
void | setContextroot(String contextRoot)
Set the Context Root.
|
void | setSecuritydomain(String securityDomain)
Set the Security Domain.
|
void | setVersion(JBossSubTask.JBossVersionTypes version)
Set the target JBoss version
|
void | setVirtualhost(String virtualHost)
Set the Virtual Host.
|
Returns: The Context Root value
Returns: The Security Domain value
Returns: the version
Returns: The Virtual Host value
Parameters: contextRoot The new Context Root value
Parameters: securityDomain The new Security Domain value
Parameters: version the version
Parameters: virtualHost The new Virtual Host value