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 |
JexlEngine.createJxltEngine()
Creates a new
JxltEngine instance using this engine. |
JxltEngine |
JexlEngine.createJxltEngine(boolean noScript)
Creates a new
JxltEngine instance using this engine. |
abstract JxltEngine |
JexlEngine.createJxltEngine(boolean noScript,
int cacheSize,
char immediate,
char deferred)
Creates a new instance of
JxltEngine using this engine. |
Modifier and Type | Class and Description |
---|---|
class |
TemplateEngine
A JxltEngine implementation.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.