|
||||||||||
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 |
String |
getName()
|
void |
init(Map tagContext)
|
void |
setAttribute(String name,
Object value)
Sets an attribute of the tag |
void |
setAttributes(Map attributes)
Sets the attributes of the tag |
void |
setWriter(Writer w)
Sets the writer that processes the tag |
Method Detail |
---|
void init(Map tagContext)
void setWriter(Writer w)
w
- void setAttributes(Map attributes)
attributes
- void setAttribute(String name, Object value)
name
- value
- void doStartTag()
void doEndTag()
String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |