xdoclet.modules.web
public class JspTaglibSubTask extends XmlSubTask
Modifier and Type | Class and Description |
---|---|
static class |
JspTaglibSubTask.JspVersionTypes
Supported JSP spec versions.
|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
displayname |
protected java.lang.String |
filename |
protected java.lang.String |
jspversion |
protected java.lang.String |
largeicon |
protected java.lang.String |
shortname |
protected java.lang.String |
smallicon |
protected java.lang.String |
taglibversion |
protected java.lang.String |
uri |
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
JspTaglibSubTask()
Describe what the JspTaglibSubTask constructor does
|
Modifier and Type | Method and Description |
---|---|
protected void |
engineStarted()
Describe what the method does
|
void |
execute()
Describe what the method does
|
java.lang.String |
getDescription()
Gets the Description attribute of the JspTaglibSubTask object
|
java.lang.String |
getDisplayname()
Gets the Displayname attribute of the JspTaglibSubTask object
|
java.lang.String |
getFilename()
Gets the Filename attribute of the JspTaglibSubTask object
|
java.lang.String |
getJspversion()
Gets the Jspversion attribute of the JspTaglibSubTask object
|
java.lang.String |
getLargeicon()
Gets the Largeicon attribute of the JspTaglibSubTask object
|
java.lang.String |
getShortname()
Gets the Shortname attribute of the JspTaglibSubTask object
|
java.lang.String |
getSmallicon()
Gets the Smallicon attribute of the JspTaglibSubTask object
|
java.lang.String |
getTaglibversion()
Gets the Taglibversion attribute of the JspTaglibSubTask object
|
java.lang.String |
getUri()
Gets the Uri attribute of the JspTaglibSubTask object
|
void |
setDescription(java.lang.String new_description)
A simple string describing the use of this tag library, Should be user discernable.
|
void |
setDisplayname(java.lang.String new_display_name)
A short name that is intended to be displayed by tools.
|
void |
setFilename(java.lang.String new_filename)
Specifies the filename of the generated tag library descriptor.
|
void |
setJspversion(JspTaglibSubTask.JspVersionTypes jspversion)
The JSP spec version to which the tag library conforms.
|
void |
setLargeicon(java.lang.String new_icon)
Optional large-icon that can be used by tools.
|
void |
setShortname(java.lang.String shortname)
A simple default short name that could be used by a JSP authoring tool to create names with a mnemonic value.
|
void |
setSmallicon(java.lang.String new_icon)
Optional small-icon that can be used by tools.
|
void |
setTaglibversion(java.lang.String taglibversion)
The tag library implementation version.
|
void |
setUri(java.lang.String uri)
A URI uniquely identifying this tag library.
|
void |
validateOptions()
Called to validate configuration parameters.
|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess
addOfType, addOfType, addPackageSubstitution, 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, startProcessForAll, startProcessPerClass
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
protected java.lang.String taglibversion
protected java.lang.String jspversion
protected java.lang.String shortname
protected java.lang.String uri
protected java.lang.String displayname
protected java.lang.String smallicon
protected java.lang.String largeicon
protected java.lang.String description
protected java.lang.String filename
public JspTaglibSubTask()
public java.lang.String getJspversion()
public java.lang.String getTaglibversion()
public java.lang.String getShortname()
public java.lang.String getUri()
public java.lang.String getDisplayname()
public java.lang.String getSmallicon()
public java.lang.String getLargeicon()
public java.lang.String getDescription()
public java.lang.String getFilename()
public void setJspversion(JspTaglibSubTask.JspVersionTypes jspversion)
jspversion
- The new Jspversion valuepublic void setTaglibversion(java.lang.String taglibversion)
taglibversion
- The new Taglibversion valuepublic void setShortname(java.lang.String shortname)
shortname
- The new Shortname valuepublic void setUri(java.lang.String uri)
uri
- The new Uri valuepublic void setDisplayname(java.lang.String new_display_name)
new_display_name
- The new Displayname valuepublic void setSmallicon(java.lang.String new_icon)
new_icon
- The new Smallicon valuepublic void setLargeicon(java.lang.String new_icon)
new_icon
- The new Largeicon valuepublic void setDescription(java.lang.String new_description)
new_description
- The new Description valuepublic void setFilename(java.lang.String new_filename)
new_filename
- The new Filename valuepublic void validateOptions() throws XDocletException
validateOptions
in class TemplateSubTask
XDocletException
public void execute() throws XDocletException
execute
in class TemplateSubTask
XDocletException
protected void engineStarted() throws XDocletException
engineStarted
in class TemplateSubTask
XDocletException