public class DefaultELContext
extends javax.el.ELContext
| Constructor and Description |
|---|
DefaultELContext(javax.el.ELResolver resolver,
javax.el.VariableMapper variableMapper,
javax.el.FunctionMapper functionMapper)
Creates a new default el context.
|
| Modifier and Type | Method and Description |
|---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolvedpublic DefaultELContext(javax.el.ELResolver resolver,
javax.el.VariableMapper variableMapper,
javax.el.FunctionMapper functionMapper)
resolver - the el resolver to usevariableMapper - the variable mappterfunctionMapper - the function mapperpublic javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextpublic javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContext