Package | Description |
---|---|
org.apache.commons.jexl3 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
Modifier and Type | Method and Description |
---|---|
JxltEngine.Template |
JxltEngine.createTemplate(JexlInfo info,
String source)
Creates a new template.
|
abstract JxltEngine.Template |
JxltEngine.createTemplate(JexlInfo info,
String prefix,
Reader source,
String... parms)
Creates a new template.
|
JxltEngine.Template |
JxltEngine.createTemplate(JexlInfo info,
String source,
String... parms)
Creates a new template.
|
JxltEngine.Template |
JxltEngine.createTemplate(String source)
Creates a new template.
|
JxltEngine.Template |
JxltEngine.createTemplate(String prefix,
Reader source,
String... parms)
Creates a new template.
|
JxltEngine.Template |
JxltEngine.createTemplate(String source,
String... parms)
Creates a new template.
|
JxltEngine.Template |
JxltEngine.Template.prepare(JexlContext context)
Prepares this template by expanding any contained deferred TemplateExpression.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateScript
A Template instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TemplateDebugger.debug(JxltEngine.Template jt)
Position the debugger on the root of a template script.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.