xdoclet.modules.webwork

Class WebWorkActionDocsSubTask

Implemented Interfaces:
Serializable

public class WebWorkActionDocsSubTask
extends xdoclet.TemplateSubTask

Generates HTML file containing description of defined WebWork actions.
Version:
$Revision: 1.5 $
Author:
Rickard Oberg (rickard@xpedio.com)
ant.element
display-name = "WebWork Action Docs" name = "webworkactiondocs" parent = "xdoclet.modules.web.WebDocletTask"
created
September 4, 2001

Nested Class Summary

Nested classes/interfaces inherited from class xdoclet.TemplateSubTask

TemplateSubTask.ExtentTypes, TemplateSubTask.OfType

Field Summary

Fields inherited from class xdoclet.DocletSupport

currentClassTag, currentFieldTag, currentMethodTag

Constructor Summary

WebWorkActionDocsSubTask()
Describe what the WebWorkActionDocsSubTask constructor does

Method Summary

String
getJavadocDir()
Gets the JavadocDir attribute of the WebWorkActionDocsSubTask object
void
setJavadocDir(String javadocDir)
Sets the JavadocDir attribute of the WebWorkActionDocsSubTask object

Methods inherited from class xdoclet.TemplateSubTask

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

Methods inherited from class xdoclet.SubTask

addConfigParam, copyAttributesFrom, execute, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions

Methods inherited from class xdoclet.DocletSupport

getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage

Constructor Details

WebWorkActionDocsSubTask

public WebWorkActionDocsSubTask()
Describe what the WebWorkActionDocsSubTask constructor does

Method Details

getJavadocDir

public String getJavadocDir()
Gets the JavadocDir attribute of the WebWorkActionDocsSubTask object
Returns:
The JavadocDir value

setJavadocDir

public void setJavadocDir(String javadocDir)
Sets the JavadocDir attribute of the WebWorkActionDocsSubTask object
Parameters:
javadocDir - The new JavadocDir value