xdoclet.modules.macromedia.jrun.web
public class JRunWebXmlSubTask extends XmlSubTask
Version: $Revision: 1.8 $
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 String | compile |
| protected String | contextRoot
The Security Domain, defaults to "" because it is not included if not set in the build.xml. |
| protected String | loadSystemClassesFirst |
| protected String | reload |
| Constructor Summary | |
|---|---|
| JRunWebXmlSubTask()
Describe what the JRunWebXmlSubTask constructor does | |
| Method Summary | |
|---|---|
| String | getCompile()
Return the Compile setting. |
| String | getContextRoot()
Return the Context Root of the web application. |
| String | getLoadSystemClassesFirst()
Return the Load-System-Classes-First setting. |
| String | getReload()
Return the Reload setting. |
| void | setCompile(String compile)
Set the Compile setting to either true or false.
|
| void | setContextRoot(String contextRoot)
Set the Context Root..
|
| void | setLoadSystemClassesFirst(String loadSystemClassesFirst)
Set the LoadSystemClassesFirst setting to either true or false.
|
| void | setReload(String reload)
Set the Reload setting to either true or false.
|
Returns: compile setting either true or false
Returns: The Context Root
Returns: loadSystemClassesFirst setting
Returns: reload setting either true or false
Parameters: compile new compile value
Parameters: contextRoot the new context root
Parameters: loadSystemClassesFirst new setting
Parameters: reload new reload value