|
||||||||||
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.macromedia.jrun.web.JRunWebXmlSubTask
public class JRunWebXmlSubTask
Generates jrun-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 |
compile
|
protected java.lang.String |
contextRoot
The Security Domain, defaults to "" because it is not included if not set in the build.xml. |
protected java.lang.String |
loadSystemClassesFirst
|
protected java.lang.String |
reload
|
Fields inherited from class xdoclet.DocletSupport |
---|
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
---|---|
JRunWebXmlSubTask()
Describe what the JRunWebXmlSubTask constructor does |
Method Summary | |
---|---|
java.lang.String |
getCompile()
Return the Compile setting. |
java.lang.String |
getContextRoot()
Return the Context Root of the web application. |
java.lang.String |
getLoadSystemClassesFirst()
Return the Load-System-Classes-First setting. |
java.lang.String |
getReload()
Return the Reload setting. |
void |
setCompile(java.lang.String compile)
Set the Compile setting to either true or false. |
void |
setContextRoot(java.lang.String contextRoot)
Set the Context Root.. |
void |
setLoadSystemClassesFirst(java.lang.String loadSystemClassesFirst)
Set the LoadSystemClassesFirst setting to either true or false. |
void |
setReload(java.lang.String reload)
Set the Reload setting to either true or false. |
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 contextRoot
protected java.lang.String reload
protected java.lang.String compile
protected java.lang.String loadSystemClassesFirst
Constructor Detail |
---|
public JRunWebXmlSubTask()
Method Detail |
---|
public java.lang.String getContextRoot()
public java.lang.String getReload()
public java.lang.String getCompile()
public java.lang.String getLoadSystemClassesFirst()
public void setContextRoot(java.lang.String contextRoot)
contextRoot
- the new context rootpublic void setReload(java.lang.String reload)
reload
- new reload valuepublic void setCompile(java.lang.String compile)
compile
- new compile valuepublic void setLoadSystemClassesFirst(java.lang.String loadSystemClassesFirst)
loadSystemClassesFirst
- new setting
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |