public class ELContextImpl
extends javax.el.ELContext
| Constructor and Description | 
|---|
| ELContextImpl(javax.el.ELResolver resolver)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| javax.el.ELResolver | getELResolver() | 
| javax.el.FunctionMapper | getFunctionMapper() | 
| javax.el.VariableMapper | getVariableMapper() | 
| void | setFunctionMapper(javax.el.FunctionMapper functionMapper)Sets the function mapper to use. | 
| void | setVariableMapper(javax.el.VariableMapper variableMapper)Sets the variable mapper to use. | 
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolvedpublic ELContextImpl(javax.el.ELResolver resolver)
resolver - The resolver to use.public javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextpublic void setFunctionMapper(javax.el.FunctionMapper functionMapper)
functionMapper - The function mapper.public void setVariableMapper(javax.el.VariableMapper variableMapper)
variableMapper - The variable mapper.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.