@java.lang.Deprecated public class JspInvokeGrailsTagLibTag extends BodyTagSupport
A tag that invokes a tag defined in a the Grails dynamic tag library. Authors of Grails tags who want their tags to work in JSP should sub-class this class and call "setTagName" to set the tagName of the tag within the Grails taglib
Modifiers | Name | Description |
---|---|---|
protected java.util.Map<java.lang.String, java.lang.Object> |
attributes |
Type | Name and description |
---|---|
java.lang.String |
tagName |
Constructor and description |
---|
JspInvokeGrailsTagLibTag
() |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
doAfterBody() |
|
int |
doEndTag() |
|
int |
doStartTag() |
|
protected int |
doStartTagInternal() |
|
java.lang.String |
getTagName() |
|
void |
setDynamicAttribute(java.lang.String uri, java.lang.String localName, java.lang.Object value) |
|
void |
setTagName(java.lang.String tagName) |