org.apache.commons.jelly.expression.jexl
Class JellyJexlContext

java.lang.Object
  extended by org.apache.commons.jelly.expression.jexl.JellyJexlContext
All Implemented Interfaces:
org.apache.commons.jexl.JexlContext

 class JellyJexlContext
extends java.lang.Object
implements org.apache.commons.jexl.JexlContext


Field Summary
private  java.util.Map vars
           
 
Constructor Summary
JellyJexlContext(JellyContext context)
           
 
Method Summary
 java.util.Map getVars()
           
 void setVars(java.util.Map vars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vars

private java.util.Map vars
Constructor Detail

JellyJexlContext

JellyJexlContext(JellyContext context)
Method Detail

setVars

public void setVars(java.util.Map vars)
Specified by:
setVars in interface org.apache.commons.jexl.JexlContext

getVars

public java.util.Map getVars()
Specified by:
getVars in interface org.apache.commons.jexl.JexlContext