public interface GrailsTag
| Modifier and Type | Method and Description |
|---|---|
void |
doEndTag()
process the end tag
|
void |
doStartTag()
Process the start tag
|
java.lang.String |
getName() |
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
|
void init(java.util.Map tagContext)
void setWriter(java.io.Writer w)
w - void setAttributes(java.util.Map attributes)
attributes - void setAttribute(java.lang.String name,
java.lang.Object value)
name - value - void doStartTag()
void doEndTag()
java.lang.String getName()