xdoclet.modules.apache.struts
Class StrutsValidationXmlSubTask
java.lang.Objectxdoclet.DocletSupportxdoclet.SubTaskxdoclet.TemplateSubTaskxdoclet.XmlSubTaskxdoclet.modules.apache.struts.StrutsValidationXmlSubTask
- Serializable
public class StrutsValidationXmlSubTask
extends xdoclet.XmlSubTask
Generates Struts Validator validation.xml deployment descriptor.
- Erik Hatcher (ehatcher@apache.org)
- Nick Heudecker (nick at systemmobile.com)
- display-name = "validation.xml"
name = "strutsvalidationxml"
parent = "xdoclet.modules.web.WebDocletTask"
void | execute()- Describe what the method does
|
String | getVersion()- Gets the Version attribute of the task tag.
|
void | setVersion(String version)- Sets the validator version to use.
|
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 |
DTD_FILE_NAME_11
protected static final String DTD_FILE_NAME_11
DTD_FILE_NAME_113
protected static final String DTD_FILE_NAME_113
GENERATED_FILE_NAME
protected static String GENERATED_FILE_NAME
VALIDATION_PUBLICID_11
protected static final String VALIDATION_PUBLICID_11
VALIDATION_PUBLICID_113
protected static final String VALIDATION_PUBLICID_113
VALIDATION_SYSTEMID_11
protected static final String VALIDATION_SYSTEMID_11
VALIDATION_SYSTEMID_113
protected static final String VALIDATION_SYSTEMID_113
version
protected String version
StrutsValidationXmlSubTask
public StrutsValidationXmlSubTask()
Creates a new validation task instance.
execute
public void execute()
throws xdoclet.XDocletException Describe what the method does
- execute in interface xdoclet.TemplateSubTask
xdoclet.XDocletException -
getVersion
public String getVersion()
Gets the Version attribute of the task tag.
setVersion
public void setVersion(String version)
Sets the validator version to use. Legal values are "1.1" and "1.1.3".