Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Field and Description |
---|---|
private UnifiedJEXL.TemplateBlock[] |
UnifiedJEXL.Template.source
The array of source blocks.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<UnifiedJEXL.TemplateBlock> |
UnifiedJEXL.readTemplate(java.lang.String prefix,
java.io.Reader source)
Reads lines of a template grouping them by typed blocks.
|
Constructor and Description |
---|
Template(java.lang.String thePrefix,
UnifiedJEXL.TemplateBlock[] theSource,
ASTJexlScript theScript,
UnifiedJEXL.Expression[] theExprs)
Private ctor used to expand deferred expressions during prepare.
|