public interface GrailsTag
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 Params | Return Type | Name and description |
---|---|---|
|
public void |
doEndTag() process the end tag |
|
public void |
doStartTag() Process the start tag |
|
public java.lang.String |
getName()
|
|
public void |
init(java.util.Map tagContext) |
|
public void |
setAttribute(java.lang.String name, java.lang.Object value) Sets an attribute of the tag |
|
public void |
setAttributes(java.util.Map attributes) Sets the attributes of the tag |
|
public 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