|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
groovy.lang.Closure
org.codehaus.groovy.grails.web.taglib.GroovyPageTagBody
public class GroovyPageTagBody
Represents the body of a tag and captures its output returning the result when invoked.
| Field Summary |
|---|
| Fields inherited from class groovy.lang.Closure |
|---|
DELEGATE_FIRST, DELEGATE_ONLY, DONE, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF |
| Constructor Summary | |
|---|---|
GroovyPageTagBody(Object owner,
GrailsWebRequest webRequest,
groovy.lang.Closure bodyClosure)
|
|
GroovyPageTagBody(Object owner,
GrailsWebRequest webRequest,
groovy.lang.Closure bodyClosure,
boolean preferSubChunkWhenWritingToOtherBuffer)
|
|
| Method Summary | |
|---|---|
Object |
call()
|
Object |
call(Object arguments)
|
Object |
call(Object[] args)
|
Object |
doCall()
|
Object |
doCall(Object arguments)
|
boolean |
isPreferSubChunkWhenWritingToOtherBuffer()
|
void |
setPreferSubChunkWhenWritingToOtherBuffer(boolean prefer)
|
| Methods inherited from class groovy.lang.Closure |
|---|
asWritable, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, ncurry, rcurry, run, setDelegate, setDirective, setProperty, setResolveStrategy, throwRuntimeException |
| Methods inherited from class groovy.lang.GroovyObjectSupport |
|---|
getMetaClass, invokeMethod, setMetaClass |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroovyPageTagBody(Object owner,
GrailsWebRequest webRequest,
groovy.lang.Closure bodyClosure)
public GroovyPageTagBody(Object owner,
GrailsWebRequest webRequest,
groovy.lang.Closure bodyClosure,
boolean preferSubChunkWhenWritingToOtherBuffer)
| Method Detail |
|---|
public boolean isPreferSubChunkWhenWritingToOtherBuffer()
public void setPreferSubChunkWhenWritingToOtherBuffer(boolean prefer)
public Object doCall()
public Object doCall(Object arguments)
public Object call()
call in class groovy.lang.Closurepublic Object call(Object[] args)
call in class groovy.lang.Closurepublic Object call(Object arguments)
call in class groovy.lang.Closure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||