Uses of Class
org.apache.commons.jexl3.internal.TemplateEngine.Block
-
Packages that use TemplateEngine.Block Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of TemplateEngine.Block in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal declared as TemplateEngine.Block Modifier and Type Field Description private TemplateEngine.Block[]
TemplateScript. source
The array of source blocks.Methods in org.apache.commons.jexl3.internal that return types with arguments of type TemplateEngine.Block Modifier and Type Method Description protected java.util.List<TemplateEngine.Block>
TemplateEngine. readTemplate(java.lang.String prefix, java.io.Reader source)
Reads lines of a template grouping them by typed blocks.Constructors in org.apache.commons.jexl3.internal with parameters of type TemplateEngine.Block Constructor Description TemplateScript(TemplateEngine engine, java.lang.String thePrefix, TemplateEngine.Block[] theSource, ASTJexlScript theScript, TemplateEngine.TemplateExpression[] theExprs)
Private ctor used to expand deferred expressions during prepare.
-