|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.GroovyObjectSupport groovy.lang.Closure org.codehaus.groovy.grails.web.pages.GroovyPage.ConstantClosure
public static final class GroovyPage.ConstantClosure
Field Summary | |
---|---|
(package private) Object |
retval
|
Fields inherited from class groovy.lang.Closure |
---|
DELEGATE_FIRST, DELEGATE_ONLY, DONE, maximumNumberOfParameters, OWNER_FIRST, OWNER_ONLY, parameterTypes, SKIP, TO_SELF |
Constructor Summary | |
---|---|
GroovyPage.ConstantClosure(Object retval)
|
Method Summary | |
---|---|
Object |
call(Object[] args)
|
Object |
doCall()
|
Object |
doCall(Object obj)
|
Object |
doCall(Object[] args)
|
Methods inherited from class groovy.lang.Closure |
---|
asWritable, call, call, clone, curry, getDelegate, getDirective, getMaximumNumberOfParameters, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, 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 |
Field Detail |
---|
final Object retval
Constructor Detail |
---|
public GroovyPage.ConstantClosure(Object retval)
Method Detail |
---|
public Object doCall(Object obj)
public Object doCall()
public Object doCall(Object[] args)
public Object call(Object[] args)
call
in class groovy.lang.Closure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |