xdoclet.modules.macromedia.jrun.web
Class JRunWebXmlSubTask
java.lang.Object
xdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.macromedia.jrun.web.JRunWebXmlSubTask
- Serializable
public class JRunWebXmlSubTask
extends xdoclet.XmlSubTask
Generates jrun-web.xml deployment descriptor.
- Dan Schaffer (dschaffer@macromedia.com)
- display-name = "JRun"
name = "jrunwebxml"
parent = "xdoclet.modules.web.WebDocletTask"
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.
|
copyAttributesFrom , engineFinished , getDtdURL , getPublicId , getSchema , getSchemaURL , getSystemId , getUseIds , getXmlencoding , isValidateXML , setDtdURL , setPublicId , setSchema , setSchemaURL , setSystemId , setUseIds , setValidateXML , setXmlencoding , startProcess |
addOfType , addOfType , addPackageSubstitution , copyAttributesFrom , engineFinished , engineStarted , execute , generateForClass , getAcceptAbstractClasses , getAcceptInterfaces , getDestinationFile , getEngine , getExtent , getGeneratedFileName , getGenerationManager , getHavingClassTag , getOfType , getPackageSubstitutions , getSubTaskClassName , getTemplateURL , init , isPackageSubstitutionInheritanceSupported , isPrefixWithPackageStructure , javaFile , matchesGenerationRules , processInnerClasses , setAcceptAbstractClasses , setAcceptInterfaces , setDestinationFile , setEngine , setExtent , setExtentValue , setGenerationManager , setHavingClassTag , setOfType , setPackageSubstitutionInheritanceSupported , setPackageSubstitutions , setPrefixWithPackageStructure , setSubTaskClassName , setTemplateFile , setTemplateURL , startEngine , startProcess , startProcessForAll , startProcessPerClass , validateOptions |
addConfigParam , copyAttributesFrom , execute , getConfigParams , getConfigParamsAsMap , getContext , getDestDir , getMergeDir , getSubTaskName , getXJavaDoc , init , setDestDir , setMergeDir , setSubTaskName , validateOptions |
getCurrentClass , getCurrentClassTag , getCurrentConstructor , getCurrentField , getCurrentFieldTag , getCurrentMethod , getCurrentMethodTag , getCurrentPackage , getCurrentTag , isDocletGenerated , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
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
JRunWebXmlSubTask
public JRunWebXmlSubTask()
Describe what the JRunWebXmlSubTask constructor does
getCompile
public String getCompile()
Return the Compile setting. Determines whether to automatically compile servlets
- 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
getLoadSystemClassesFirst
public String getLoadSystemClassesFirst()
Return the Load-System-Classes-First setting. Determines whether to load system classpath first or app server
classpath.
- loadSystemClassesFirst setting
getReload
public String getReload()
Return the Reload setting. Determines whether to automatically reload servlets, helper classes, jsp helper
classes.
- reload setting either true or false
setCompile
public void setCompile(String compile)
Set the Compile setting to either true or false.
compile
- new compile value
setContextRoot
public void setContextRoot(String contextRoot)
Set the Context Root..
contextRoot
- the new context root
setLoadSystemClassesFirst
public void setLoadSystemClassesFirst(String loadSystemClassesFirst)
Set the LoadSystemClassesFirst setting to either true or false.
loadSystemClassesFirst
- new setting
setReload
public void setReload(String reload)
Set the Reload setting to either true or false.
reload
- new reload value