T - what the processor producespublic interface Processor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
eval(TemplateContext context)
Produces a value based on the given context.
|
T eval(TemplateContext context)
context - current context during template evaluationCopyright © 2017. All rights reserved.