|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.web.taglib.GroovySyntaxTag
org.codehaus.groovy.grails.web.taglib.GroovyDefTag
public class GroovyDefTag
Allows defining of variables within the page context
Field Summary | |
---|---|
static java.lang.String |
TAG_NAME
|
Fields inherited from class org.codehaus.groovy.grails.web.taglib.GroovySyntaxTag |
---|
ATTRIBUTE_IN, ATTRIBUTE_VAR, attributes, ATTRIBUTES_STATUS, out, tagContext |
Constructor Summary | |
---|---|
GroovyDefTag()
|
Method Summary | |
---|---|
void |
doEndTag()
process the end tag |
void |
doStartTag()
Process the start tag |
java.lang.String |
getName()
|
boolean |
hasPrecedingContent()
|
boolean |
isBufferWhiteSpace()
|
Methods inherited from class org.codehaus.groovy.grails.web.taglib.GroovySyntaxTag |
---|
calculateExpression, doEachMethod, init, setAttribute, setAttributes, setWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TAG_NAME
Constructor Detail |
---|
public GroovyDefTag()
Method Detail |
---|
public void doStartTag()
GrailsTag
public void doEndTag()
GrailsTag
public java.lang.String getName()
public boolean isBufferWhiteSpace()
isBufferWhiteSpace
in class GroovySyntaxTag
public boolean hasPrecedingContent()
hasPrecedingContent
in class GroovySyntaxTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |