xdoclet.modules.webwork
Class WebWorkActionsXmlSubTask
java.lang.Objectxdoclet.DocletSupportxdoclet.SubTaskxdoclet.TemplateSubTaskxdoclet.XmlSubTaskxdoclet.modules.webwork.WebWorkActionsXmlSubTask
- Serializable
public class WebWorkActionsXmlSubTask
extends xdoclet.XmlSubTask
Generates the actions.xml file.
- Craig Walls, Frank Febbraro (frank@phase2technology.com)
- name = "webworkactionsxml"
display-name = "Generates WebWork actions.xml"
parent = "xdoclet.modules.web.WebDocletTask"
protected void | engineStarted()- Prints out a descriptive message while processing.
|
void | execute()- Set up the DTD incase the generated XMl will be validated.
|
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 |
WebWorkActionsXmlSubTask
public WebWorkActionsXmlSubTask()
This sets up the defaults, they can be overriden from within the specific tag.
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException Prints out a descriptive message while processing.
- engineStarted in interface xdoclet.TemplateSubTask
xdoclet.XDocletException -
execute
public void execute()
throws xdoclet.XDocletException Set up the DTD incase the generated XMl will be validated.
- execute in interface xdoclet.TemplateSubTask
xdoclet.XDocletException -