com.caucho.jsp.el
Class ExpressionEvaluatorImpl.ParseELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by com.caucho.jsp.el.ExpressionEvaluatorImpl.ParseELContext
Enclosing class:
ExpressionEvaluatorImpl

public class ExpressionEvaluatorImpl.ParseELContext
extends ELContext


Method Summary
 ELResolver getELResolver()
           
 FunctionMapper getFunctionMapper()
           
 VariableMapper getVariableMapper()
           
 
Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getELResolver

public ELResolver getELResolver()
Specified by:
getELResolver in class ELContext

getFunctionMapper

public FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class ELContext

getVariableMapper

public VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class ELContext