public class ELContextImpl
extends javax.el.ELContext
Constructor | Description |
---|---|
ELContextImpl(javax.el.ELResolver resolver) |
Constructor.
|
Modifier and Type | Method | 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, setPropertyResolved
public ELContextImpl(javax.el.ELResolver resolver)
resolver
- The resolver to use.public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public void setFunctionMapper(javax.el.FunctionMapper functionMapper)
functionMapper
- The function mapper.public void setVariableMapper(javax.el.VariableMapper variableMapper)
variableMapper
- The variable mapper.Copyright © 2018. All rights reserved.