Generates taglib.tld deployment descriptor for JSP taglibs.
description
protected String description
displayname
protected String displayname
filename
protected String filename
jspversion
protected String jspversion
largeicon
protected String largeicon
shortname
protected String shortname
smallicon
protected String smallicon
taglibversion
protected String taglibversion
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
Describe what the method does
- engineStarted in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
-
execute
public void execute()
throws xdoclet.XDocletException
Describe what the method does
- execute in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
-
getDescription
public String getDescription()
Gets the Description attribute of the JspTaglibSubTask object
getDisplayname
public String getDisplayname()
Gets the Displayname attribute of the JspTaglibSubTask object
getFilename
public String getFilename()
Gets the Filename attribute of the JspTaglibSubTask object
getJspversion
public String getJspversion()
Gets the Jspversion attribute of the JspTaglibSubTask object
getLargeicon
public String getLargeicon()
Gets the Largeicon attribute of the JspTaglibSubTask object
getShortname
public String getShortname()
Gets the Shortname attribute of the JspTaglibSubTask object
getSmallicon
public String getSmallicon()
Gets the Smallicon attribute of the JspTaglibSubTask object
getTaglibversion
public String getTaglibversion()
Gets the Taglibversion attribute of the JspTaglibSubTask object
getUri
public String getUri()
Gets the Uri attribute of the JspTaglibSubTask object
setDescription
public void setDescription(String new_description)
A simple string describing the use of this tag library, Should be user discernable.
new_description
- The new Description value
setDisplayname
public void setDisplayname(String new_display_name)
A short name that is intended to be displayed by tools.
new_display_name
- The new Displayname value
setFilename
public void setFilename(String new_filename)
Specifies the filename of the generated tag library descriptor.
new_filename
- The new Filename value
setJspversion
public void setJspversion(JspTaglibSubTask.JspVersionTypes jspversion)
The JSP spec version to which the tag library conforms.
jspversion
- The new Jspversion value
setLargeicon
public void setLargeicon(String new_icon)
Optional large-icon that can be used by tools.
new_icon
- The new Largeicon value
setShortname
public void setShortname(String shortname)
A simple default short name that could be used by a JSP authoring tool to create names with a mnemonic value. For
example, it may be used as the prefered prefix value in taglib directives.
shortname
- The new Shortname value
setSmallicon
public void setSmallicon(String new_icon)
Optional small-icon that can be used by tools.
new_icon
- The new Smallicon value
setTaglibversion
public void setTaglibversion(String taglibversion)
The tag library implementation version.
taglibversion
- The new Taglibversion value
setUri
public void setUri(String uri)
A URI uniquely identifying this tag library.
validateOptions
public void validateOptions()
throws xdoclet.XDocletException
Called to validate configuration parameters.
- validateOptions in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
-