|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDocletSupport
SubTask
TemplateSubTask
XmlSubTask
JspTaglibSubTask
public class JspTaglibSubTask
Generates taglib.tld deployment descriptor for JSP taglibs.
Nested Class Summary | |
---|---|
static class |
JspTaglibSubTask.ContextParam
|
static class |
JspTaglibSubTask.JspVersionTypes
|
static class |
JspTaglibSubTask.TagLib
|
Nested classes/interfaces inherited from class TemplateSubTask |
---|
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType |
Field Summary | |
---|---|
protected String |
description
|
protected String |
displayname
|
protected String |
filename
|
protected String |
jspversion
|
protected String |
largeicon
|
protected String |
shortname
|
protected String |
smallicon
|
protected String |
taglibversion
|
protected String |
uri
|
Fields inherited from class DocletSupport |
---|
currentClassTag, currentFieldTag, currentMethodTag |
Constructor Summary | |
---|---|
JspTaglibSubTask()
Describe what the JspTaglibSubTask constructor does |
Method Summary | |
---|---|
protected void |
engineStarted()
Describe what the method does |
void |
execute()
Describe what the method does |
String |
getDescription()
Gets the Description attribute of the JspTaglibSubTask object |
String |
getDisplayname()
Gets the Displayname attribute of the JspTaglibSubTask object |
String |
getFilename()
Gets the Filename attribute of the JspTaglibSubTask object |
String |
getFunctionPackage()
|
String |
getJspversion()
Gets the Jspversion attribute of the JspTaglibSubTask object |
String |
getLargeicon()
Gets the Largeicon attribute of the JspTaglibSubTask object |
String |
getPackageName()
|
String |
getShortname()
Gets the Shortname attribute of the JspTaglibSubTask object |
String |
getSmallicon()
Gets the Smallicon attribute of the JspTaglibSubTask object |
String |
getTaglibversion()
Gets the Taglibversion attribute of the JspTaglibSubTask object |
String |
getUri()
Gets the Uri attribute of the JspTaglibSubTask object |
void |
setDescription(String new_description)
Sets the Description attribute of the JspTaglibSubTask object |
void |
setDisplayname(String new_display_name)
Sets the Displayname attribute of the JspTaglibSubTask object |
void |
setFilename(String new_filename)
Sets the Filename attribute of the JspTaglibSubTask object |
void |
setFunctionPackage(String functionPackage)
|
void |
setJspversion(JspTaglibSubTask.JspVersionTypes jspversion)
Sets the Jspversion attribute of the JspTaglibSubTask object |
void |
setLargeicon(String new_icon)
Sets the Largeicon attribute of the JspTaglibSubTask object |
void |
setPackageName(String packageName)
|
void |
setShortname(String shortname)
Sets the Shortname attribute of the JspTaglibSubTask object |
void |
setSmallicon(String new_icon)
Sets the Smallicon attribute of the JspTaglibSubTask object |
void |
setTaglibversion(String taglibversion)
Sets the Taglibversion attribute of the JspTaglibSubTask object |
void |
setUri(String uri)
Sets the Uri attribute of the JspTaglibSubTask object |
void |
validateOptions()
Called to validate configuration parameters. |
Methods inherited from class XmlSubTask |
---|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess |
Methods inherited from class TemplateSubTask |
---|
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 |
Methods inherited from class SubTask |
---|
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName |
Methods inherited from class 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 Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String taglibversion
protected String jspversion
protected String shortname
protected String uri
protected String displayname
protected String smallicon
protected String largeicon
protected String description
protected String filename
Constructor Detail |
---|
public JspTaglibSubTask()
Method Detail |
---|
public void setPackageName(String packageName)
public String getPackageName()
public void setFunctionPackage(String functionPackage)
public String getFunctionPackage()
public String getJspversion()
public String getTaglibversion()
public String getShortname()
public String getUri()
public String getDisplayname()
public String getSmallicon()
public String getLargeicon()
public String getDescription()
public String getFilename()
public void setJspversion(JspTaglibSubTask.JspVersionTypes jspversion)
jspversion
- The new Jspversion valuepublic void setTaglibversion(String taglibversion)
taglibversion
- The new Taglibversion valuepublic void setShortname(String shortname)
shortname
- The new Shortname valuepublic void setUri(String uri)
uri
- The new Uri valuepublic void setDisplayname(String new_display_name)
new_display_name
- The new Displayname valuepublic void setSmallicon(String new_icon)
new_icon
- The new Smallicon valuepublic void setLargeicon(String new_icon)
new_icon
- The new Largeicon valuepublic void setDescription(String new_description)
new_description
- The new Description valuepublic void setFilename(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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |