xdoclet.modules.web
public class JspTaglibSubTask extends XmlSubTask
Version: $Revision: 1.15 $
UNKNOWN: July 12, 2001 display-name = "JSP Taglib" name = "jsptaglib" parent = "xdoclet.modules.web.WebDocletTask" file = "taglib-settings.xml" relates-to = "taglib.tld" description = "Unparsed XML entity containing * (tlib-version, jsp-version, short-name, uri?, display-name?, small-icon?, large-icon?, description?) elements." file = "taglib-validator.xml" relates-to = "taglib.tld" description = "XML document containing the * validator element, used to include a validator which isn't processed by XDoclet." file = "taglib-listener.xml" relates-to = "taglib.tld" description = "Unparsed XML entity containing * additional listener elements, for including listeners not processed by XDoclet." file = "taglib-tag.xml" relates-to = "taglib.tld" description = "Unparsed XML entity containing * additional tag elements, for including tags not processed by XDoclet."
Nested Class Summary | |
---|---|
static class | JspTaglibSubTask.JspVersionTypes
Supported JSP spec versions.
|
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 |
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 | getJspversion()
Gets the Jspversion attribute of the JspTaglibSubTask object
|
String | getLargeicon()
Gets the Largeicon attribute of the JspTaglibSubTask object
|
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)
A simple string describing the use of this tag library, Should be user discernable.
|
void | setDisplayname(String new_display_name)
A short name that is intended to be displayed by tools.
|
void | setFilename(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(String new_icon)
Optional large-icon that can be used by tools.
|
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. |
void | setSmallicon(String new_icon)
Optional small-icon that can be used by tools.
|
void | setTaglibversion(String taglibversion)
The tag library implementation version.
|
void | setUri(String uri)
A URI uniquely identifying this tag library.
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Throws: XDocletException
Returns: The Description value
Returns: The Displayname value
Returns: The Filename value
Returns: The Jspversion value
Returns: The Largeicon value
Returns: The Shortname value
Returns: The Smallicon value
Returns: The Taglibversion value
Returns: The Uri value
Parameters: new_description The new Description value
Parameters: new_display_name The new Displayname value
Parameters: new_filename The new Filename value
Parameters: jspversion The new Jspversion value
Parameters: new_icon The new Largeicon value
Parameters: shortname The new Shortname value
Parameters: new_icon The new Smallicon value
Parameters: taglibversion The new Taglibversion value
Parameters: uri The new Uri value
Throws: XDocletException