org.apache.jasper.el
Class ELContextImpl
java.lang.Object
javax.el.ELContext
org.apache.jasper.el.ELContextImpl
public final class ELContextImpl
- extends javax.el.ELContext
Implementation of ELContext
- Author:
- Jacob Hookom
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 |
ELContextImpl
public ELContextImpl()
ELContextImpl
public ELContextImpl(javax.el.ELResolver resolver)
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in class javax.el.ELContext
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class javax.el.ELContext
setFunctionMapper
public void setFunctionMapper(javax.el.FunctionMapper functionMapper)
setVariableMapper
public void setVariableMapper(javax.el.VariableMapper variableMapper)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.