org.apache.commons.jexl
Class JexlHelper

java.lang.Object
  extended byorg.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.

Field Summary
protected static JexlHelper helper
           
 
Constructor Summary
JexlHelper()
           
 
Method Summary
static JexlContext createContext()
           
protected static JexlHelper getInstance()
           
protected  JexlContext newContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

helper

protected static JexlHelper helper
Constructor Detail

JexlHelper

public JexlHelper()
Method Detail

createContext

public static JexlContext createContext()

newContext

protected JexlContext newContext()

getInstance

protected static JexlHelper getInstance()