Uses of Class
com.taggercat.el.ELContext

Uses of ELContext in com.taggercat.el
 

Methods in com.taggercat.el with parameters of type ELContext
 void ELParser.evaluate(ELPropertyResolver elPropertryResolver, ELContext elContext)
           
static java.lang.Object ELParser.evaluate(java.lang.String expression, ELPropertyResolver elPropertryResolver, ELContext elContext)
           
static java.lang.Object ELUtils.invokeStaticFunction(ELContext elContext, java.lang.String classname, java.lang.String functionName, java.util.List functionArgs)
           
 java.lang.Object ELPropertyResolver.resolveProperty(java.lang.String name, ELContext elContext)
          Resolves the expression property to its value.