Class JexlHelper

java.lang.Object
org.apache.commons.jexl.JexlHelper

public class JexlHelper extends Object
Helper to create a context. In the current implementation of JEXL, there is one implementation of JexlContext - HashMapContext, and there is no reason not to directly instantiate HashMapContext in your own application.
Since:
1.0
Version:
$Id$