public interface Lambda
| Modifier and Type | Interface and Description |
|---|---|
static class |
Lambda.InputType |
| Modifier and Type | Method and Description |
|---|---|
Lambda.InputType |
getInputType() |
java.lang.String |
invoke(java.lang.String text) |
boolean |
isReturnValueInterpolated() |
java.lang.String invoke(java.lang.String text)
text - The section contents (unprocessed or processed - depends on
the input type) in case of section tag, null in
case of variable tagLambda.InputType,
isReturnValueInterpolated()Lambda.InputType getInputType()
boolean isReturnValueInterpolated()
true if the return value should be parsed and
interpolated, false otherwiseCopyright © 2013. All Rights Reserved.