org.apache.commons.jexl
Class JexlHelper
java.lang.Object
org.apache.commons.jexl.JexlHelper
- public class JexlHelper
- extends java.lang.Object
Helper to create contexts. Really no reason right now why you just can't
instantiate the HashMapContext on your own, but maybe we make this return
a context factory to let apps override....
Then you can do all sorts of goofy contexts (backed by databases, LDAP, etc)
- Version:
- $Id: JexlHelper.java,v 1.2 2003/10/09 21:28:55 rdonkin Exp $
- Author:
- Geir Magnusson Jr.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
helper
protected static JexlHelper helper
JexlHelper
public JexlHelper()
createContext
public static JexlContext createContext()
newContext
protected JexlContext newContext()
getInstance
protected static JexlHelper getInstance()