org.apache.jasper.el
Class ELContextImpl
java.lang.Object
   javax.el.ELContext
javax.el.ELContext
       org.apache.jasper.el.ELContextImpl
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:
- getELResolverin class- javax.el.ELContext
 
- 
 
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- 
- Specified by:
- getFunctionMapperin class- javax.el.ELContext
 
- 
 
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- 
- Specified by:
- getVariableMapperin 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.