Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Method and Description |
---|---|
UnifiedJEXL.Template |
UnifiedJEXL.createTemplate(String source)
Creates a new template.
|
UnifiedJEXL.Template |
UnifiedJEXL.createTemplate(String prefix,
Reader source,
String... parms)
Creates a new template.
|
UnifiedJEXL.Template |
UnifiedJEXL.createTemplate(String source,
String... parms)
Creates a new template.
|
UnifiedJEXL.Template |
UnifiedJEXL.Template.prepare(JexlContext context)
Prepares this template by expanding any contained deferred expression.
|
Modifier and Type | Method and Description |
---|---|
void |
UnifiedJEXL.TemplateContext.include(UnifiedJEXL.Template template,
Object... args)
Includes a call to another template.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.