public class JexlContext extends SimpleContext implements org.apache.commons.jexl2.JexlContext
systemContext
NAMESPACES_KEY
Constructor and Description |
---|
JexlContext()
Constructor.
|
JexlContext(Context parent)
Constructor with parent context.
|
JexlContext(Context parent,
Map<String,Object> initialVars)
Constructor with initial vars.
|
get, getLog, getParent, getSystemContext, getVars, has, hasLocal, reset, set, setLocal, setLog, setVars
public JexlContext()
public JexlContext(Context parent, Map<String,Object> initialVars)
parent
- The parent contextinitialVars
- The initial set of variables.public JexlContext(Context parent)
parent
- The parent context.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.