public class TemplateDefinition
extends java.lang.Object
| Constructor and Description |
|---|
TemplateDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCompilation(ExpressionEngine expressionEngine)
Checks the compilation of the parameters.
|
Form |
getForm() |
TemplateInstanceExecution |
templateInstanceExecution(java.lang.String sourceName,
ExpressionEngine expressionEngine)
Gets the execution context for the creation of a template instance.
|
public TemplateInstanceExecution templateInstanceExecution(java.lang.String sourceName, ExpressionEngine expressionEngine)
sourceName - Input for the expressionexpressionEngine - Expression engine to usepublic void checkCompilation(ExpressionEngine expressionEngine)
expressionEngine - Engine to use for the compilationExpressionCompilationException - In case of compilation problemExpressionEngine.render(String, java.util.Map)public Form getForm()