org.apache.jasper.el
Class ELContextImpl
java.lang.Object
javax.el.ELContext
org.apache.jasper.el.ELContextImpl
public final class ELContextImpl
- extends ELContext
Implementation of ELContext
- Author:
- Jacob Hookom
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELContextImpl
public ELContextImpl()
ELContextImpl
public ELContextImpl(ELResolver resolver)
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
setFunctionMapper
public void setFunctionMapper(FunctionMapper functionMapper)
setVariableMapper
public void setVariableMapper(VariableMapper variableMapper)
getDefaultResolver
public static ELResolver getDefaultResolver()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.