public interface Lambda
| Modifier and Type | Interface and Description |
|---|---|
static class |
Lambda.InputType |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ONEOFF_LAMBDA_TEMPLATE_PREFIX
Every time the return value is interpolated a new template is compiled.
|
| Modifier and Type | Method and Description |
|---|---|
Lambda.InputType |
getInputType() |
java.lang.String |
invoke(java.lang.String text) |
boolean |
isReturnValueInterpolated() |
static final java.lang.String ONEOFF_LAMBDA_TEMPLATE_PREFIX
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 © 2014. All Rights Reserved.