|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JspTag
An interface that represents a JSP tag that can be invoked by Grails
Method Summary | |
---|---|
void |
doTag(Writer targetWriter,
Map attributes)
Main method to invoke a tag library and output to the target write |
void |
doTag(Writer targetWriter,
Map attributes,
groovy.lang.Closure body)
Invokes a tag with a closure representing the body of the tag |
boolean |
isBodyTag()
|
boolean |
isIterationTag()
|
boolean |
isTryCatchFinallyTag()
|
Method Detail |
---|
void doTag(Writer targetWriter, Map attributes)
targetWriter
- The writer the tag should write toattributes
- The tag attributesvoid doTag(Writer targetWriter, Map attributes, groovy.lang.Closure body)
targetWriter
- The target writer to write toattributes
- The tag attributesbody
- The body of the tagboolean isTryCatchFinallyTag()
boolean isIterationTag()
boolean isBodyTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |