org.apache.commons.jexl
Interface JexlContext
- All Known Implementing Classes:
- HashMapContext
- public interface JexlContext
Right now, just steal the j.u.Map interface as the JexlContext interface
this might be a pain going forward - we might want to do something simpler
- Version:
- $Id: JexlContext.java,v 1.2 2003/10/09 21:28:55 rdonkin Exp $
- Author:
- Geir Magnusson Jr.
Method Summary |
java.util.Map |
getVars()
|
void |
setVars(java.util.Map vars)
|
setVars
public void setVars(java.util.Map vars)
getVars
public java.util.Map getVars()