public class JexlHelper extends java.lang.Object
HashMapContext
, and there
is no reason not to directly instantiate HashMapContext
in your
own application.Modifier and Type | Field | Description |
---|---|---|
protected static JexlHelper |
helper |
singleton instance.
|
Constructor | Description |
---|---|
JexlHelper() |
Modifier and Type | Method | 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
public JexlHelper()
protected static JexlHelper getInstance()
public static JexlContext createContext()
JexlContext
.protected JexlContext newContext()
JexlContext
.
The current implementation creates a new instance of
HashMapContext
.