JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
C
E
G
H
J
N
O
S
C
createContext()
- Static method in class org.apache.commons.jexl.
JexlHelper
Returns a new
JexlContext
.
createExpression(String)
- Static method in class org.apache.commons.jexl.
JexlOne
Deprecated.
Create a JexlEngine and use createExpression() on that
createScript(File)
- Static method in class org.apache.commons.jexl.
JexlOne
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
createScript(String)
- Static method in class org.apache.commons.jexl.
JexlOne
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
createScript(URL)
- Static method in class org.apache.commons.jexl.
JexlOne
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
E
evaluate(JexlContext)
- Method in interface org.apache.commons.jexl.
Expression
Evaluates the expression with the variables contained in the supplied
JexlContext
.
execute(JexlContext)
- Method in interface org.apache.commons.jexl.
Script
Executes the script with the variables contained in the supplied
JexlContext
.
Expression
- Interface in
org.apache.commons.jexl
Jexl-1.x compatible expression.
ExpressionFactory
- Class in
org.apache.commons.jexl
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
ExpressionFactory()
- Constructor for class org.apache.commons.jexl.
ExpressionFactory
Deprecated.
G
getInstance()
- Static method in class org.apache.commons.jexl.
JexlHelper
getVars()
- Method in class org.apache.commons.jexl.context.
HashMapContext
Retrives the Map of variables associated with this JexlContext.
getVars()
- Method in interface org.apache.commons.jexl.
JexlContext
Retrives the Map of variables associated with this JexlContext.
H
HashMapContext
- Class in
org.apache.commons.jexl.context
Implementation of JexlContext based on a HashMap.
HashMapContext()
- Constructor for class org.apache.commons.jexl.context.
HashMapContext
helper
- Static variable in class org.apache.commons.jexl.
JexlHelper
singleton instance.
J
JexlContext
- Interface in
org.apache.commons.jexl
Holds a Map of variables which are referenced in a JEXL expression.
JexlHelper
- Class in
org.apache.commons.jexl
Helper to create a context.
JexlHelper()
- Constructor for class org.apache.commons.jexl.
JexlHelper
JexlOne
- Class in
org.apache.commons.jexl
This implements Jexl-1.x (Jelly) compatible behaviors on top of Jexl-2.0.
JexlOne()
- Constructor for class org.apache.commons.jexl.
JexlOne
Private constructor, ensure no instance.
N
newContext()
- Method in class org.apache.commons.jexl.
JexlHelper
Creates and returns a new
JexlContext
.
O
org.apache.commons.jexl
- package org.apache.commons.jexl
Jexl-1.x compatible implementation.
org.apache.commons.jexl.context
- package org.apache.commons.jexl.context
Simple JexlContext implementations.
S
Script
- Interface in
org.apache.commons.jexl
Jexl-1.x compatible script.
ScriptFactory
- Class in
org.apache.commons.jexl
Deprecated.
Create a JexlEngine and use the createScript method on that instead.
ScriptFactory()
- Constructor for class org.apache.commons.jexl.
ScriptFactory
Deprecated.
setVars(Map<String, Object>)
- Method in class org.apache.commons.jexl.context.
HashMapContext
Replaces variables in a JexlContext with the variables contained in the supplied Map.
setVars(Map<String, Object>)
- Method in interface org.apache.commons.jexl.
JexlContext
Replaces variables in a JexlContext with the variables contained in the supplied Map.
C
E
G
H
J
N
O
S
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
JavaScript is disabled on your browser.