xdoclet.modules.macromedia.jrun.web

Class JRunWebXmlSubTask

public class JRunWebXmlSubTask extends XmlSubTask

Generates jrun-web.xml deployment descriptor.

Version: $Revision: 1.8 $

Author: Dan Schaffer (dschaffer@macromedia.com)

UNKNOWN: February 7, 2002 display-name = "JRun" name = "jrunwebxml" parent = "xdoclet.modules.web.WebDocletTask" file = "session-config.xml" relates-to = "jrun-web.xml" description = "An XML document containing the * optional session-config element." file = "virtual-mapping.xml" relates-to = "jrun-web.xml" description = "An XML unparsed entity * containing the virtual-mapping elements."

Field Summary
protected Stringcompile
protected StringcontextRoot
The Security Domain, defaults to "" because it is not included if not set in the build.xml.
protected StringloadSystemClassesFirst
protected Stringreload
Constructor Summary
JRunWebXmlSubTask()
Describe what the JRunWebXmlSubTask constructor does
Method Summary
StringgetCompile()
Return the Compile setting.
StringgetContextRoot()
Return the Context Root of the web application.
StringgetLoadSystemClassesFirst()
Return the Load-System-Classes-First setting.
StringgetReload()
Return the Reload setting.
voidsetCompile(String compile)
Set the Compile setting to either true or false.
voidsetContextRoot(String contextRoot)
Set the Context Root..
voidsetLoadSystemClassesFirst(String loadSystemClassesFirst)
Set the LoadSystemClassesFirst setting to either true or false.
voidsetReload(String reload)
Set the Reload setting to either true or false.

Field Detail

compile

protected String compile

contextRoot

protected String contextRoot
The Security Domain, defaults to "" because it is not included if not set in the build.xml.

loadSystemClassesFirst

protected String loadSystemClassesFirst

reload

protected String reload

Constructor Detail

JRunWebXmlSubTask

public JRunWebXmlSubTask()
Describe what the JRunWebXmlSubTask constructor does

Method Detail

getCompile

public String getCompile()
Return the Compile setting. Determines whether to automatically compile servlets

Returns: compile setting either true or false

getContextRoot

public String getContextRoot()
Return the Context Root of the web application. This is where the webApp will be installed in the browser (e.g. http://localhost:8100/contextRoot

Returns: The Context Root

getLoadSystemClassesFirst

public String getLoadSystemClassesFirst()
Return the Load-System-Classes-First setting. Determines whether to load system classpath first or app server classpath.

Returns: loadSystemClassesFirst setting

getReload

public String getReload()
Return the Reload setting. Determines whether to automatically reload servlets, helper classes, jsp helper classes.

Returns: reload setting either true or false

setCompile

public void setCompile(String compile)
Set the Compile setting to either true or false.

Parameters: compile new compile value

setContextRoot

public void setContextRoot(String contextRoot)
Set the Context Root..

Parameters: contextRoot the new context root

setLoadSystemClassesFirst

public void setLoadSystemClassesFirst(String loadSystemClassesFirst)
Set the LoadSystemClassesFirst setting to either true or false.

Parameters: loadSystemClassesFirst new setting

setReload

public void setReload(String reload)
Set the Reload setting to either true or false.

Parameters: reload new reload value