xdoclet.modules.webwork
Class WebWorkConfigPropertiesSubTask

java.lang.Object
  extended by xdoclet.DocletSupport
      extended by xdoclet.SubTask
          extended by xdoclet.TemplateSubTask
              extended by xdoclet.modules.webwork.WebWorkConfigPropertiesSubTask
All Implemented Interfaces:
java.io.Serializable

public class WebWorkConfigPropertiesSubTask
extends TemplateSubTask

Generates views.properties.

Version:
$Revision: 1.6 $
Author:
Rickard Oberg (rickard@xpedio.com)
See Also:
Serialized Form
ant.element
display-name = "WebWork views.properties" name = "webworkconfigproperties" 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
protected static java.lang.String DEFAULT_TEMPLATE_FILE
           
protected static java.lang.String GENERATED_FILE_NAME
           
 
Fields inherited from class xdoclet.DocletSupport
currentClassTag, currentFieldTag, currentMethodTag
 
Constructor Summary
WebWorkConfigPropertiesSubTask()
          Describe what the WebWorkConfigPropertiesSubTask constructor does
 
Method Summary
 
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, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TEMPLATE_FILE

protected static java.lang.String DEFAULT_TEMPLATE_FILE

GENERATED_FILE_NAME

protected static java.lang.String GENERATED_FILE_NAME
Constructor Detail

WebWorkConfigPropertiesSubTask

public WebWorkConfigPropertiesSubTask()
Describe what the WebWorkConfigPropertiesSubTask constructor does


http://xdoclet.sourceforge.net/