|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||