|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | 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()
@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 |
Method Detail |
---|
public void doEndTag()
public void doStartTag()
public java.lang.String getName()
@SuppressWarnings("rawtypes") public void init(java.util.Map tagContext)
public void setAttribute(java.lang.String name, java.lang.Object value)
@SuppressWarnings("rawtypes") public void setAttributes(java.util.Map attributes)
public void setWriter(java.io.Writer w)
Groovy Documentation