Uses of Class
org.apache.commons.jexl2.UnifiedJEXL.Template
Packages that use UnifiedJEXL.Template
-
Uses of UnifiedJEXL.Template in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 that return UnifiedJEXL.TemplateModifier and TypeMethodDescriptionUnifiedJEXL.createTemplate
(String source) Creates a new template.UnifiedJEXL.createTemplate
(String prefix, Reader source, String... parms) Creates a new template.UnifiedJEXL.createTemplate
(String source, String... parms) Creates a new template.UnifiedJEXL.Template.prepare
(JexlContext context) Prepares this template by expanding any contained deferred expression.Methods in org.apache.commons.jexl2 with parameters of type UnifiedJEXL.TemplateModifier and TypeMethodDescriptionvoid
UnifiedJEXL.TemplateContext.include
(UnifiedJEXL.Template template, Object... args) Includes a call to another template.