Allows to tag implementation to be abstracted from the JSP custom tag spec.. hence allowing them to be used in direct method calls etc.
| Type | Name and description | 
|---|---|
| void | doEndTag()process the end tag | 
| void | doStartTag()Process the start tag | 
| java.lang.String | getName()@return The name of the tag | 
| void | init(java.util.Map tagContext) | 
| void | setAttribute(java.lang.String name, java.lang.Object value)Sets an attribute of the tag | 
| void | setAttributes(java.util.Map attributes)Sets the attributes of the tag | 
| void | setWriter(java.io.Writer w)Sets the writer that processes the tag | 
process the end tag
Process the start tag
Sets an attribute of the tag
Sets the attributes of the tag
Sets the writer that processes the tag