@java.lang.SuppressWarnings("rawtypes")
public class TagBodyClosure
extends Closure
Represents the body of a tag and captures its output returning the result when invoked.
| Fields inherited from class | Fields |
|---|---|
class Closure |
OWNER_FIRST, DELEGATE_FIRST, OWNER_ONLY, DELEGATE_ONLY, TO_SELF, DONE, SKIP, IDENTITY |
| Constructor and description |
|---|
TagBodyClosure(java.lang.Object owner, OutputContext outputContext, Closure<?> bodyClosure) |
TagBodyClosure(java.lang.Object owner, OutputContext outputContext, Closure<?> bodyClosure, boolean changeBodyClosureOwner) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.Object |
call() |
|
public java.lang.Object |
call(java.lang.Object args) |
|
public java.lang.Object |
call(java.lang.Object arguments) |
|
public java.lang.Object |
doCall() |
|
public java.lang.Object |
doCall(java.lang.Object arguments) |
|
public Closure<?> |
getBodyClosure() |
|
public int |
getMaximumNumberOfParameters() |
|
public java.lang.Class[] |
getParameterTypes() |
| Methods inherited from class | Name |
|---|---|
class Closure |
andThen, andThenSelf, andThenSelf, asWritable, call, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, equals, getClass, getDelegate, getDirective, getMaximumNumberOfParameters, getMetaClass, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, hashCode, invokeMethod, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, notify, notifyAll, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setMetaClass, setProperty, setResolveStrategy, toString, trampoline, trampoline, wait, wait, wait |