public class JexlHelper extends Object
HashMapContext
, and there
is no reason not to directly instantiate HashMapContext
in your
own application.Modifier and Type | Field and Description |
---|---|
protected static JexlHelper |
helper
singleton instance.
|
Constructor and Description |
---|
JexlHelper() |
Modifier and Type | Method and Description |
---|---|
static JexlContext |
createContext()
Returns a new
JexlContext . |
protected static JexlHelper |
getInstance() |
protected JexlContext |
newContext()
Creates and returns a new
JexlContext . |
protected static JexlHelper helper
protected static JexlHelper getInstance()
public static JexlContext createContext()
JexlContext
.protected JexlContext newContext()
JexlContext
.
The current implementation creates a new instance of
HashMapContext
.Copyright © 2014 The Apache Software Foundation. All rights reserved.