public class ELContextImpl
extends javax.el.ELContext
ELContext.
ELContext's constructor is protected to control creation of ELContext
objects through their appropriate factory methods. This version of
ELContext forces construction through JspApplicationContextImpl.| Constructor and Description |
|---|
ELContextImpl(javax.el.ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver.
|
| Modifier and Type | Method and Description |
|---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(javax.el.FunctionMapper fnMapper) |
void |
setVariableMapper(javax.el.VariableMapper varMapper) |
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolvedpublic ELContextImpl(javax.el.ELResolver resolver)
public javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic void setFunctionMapper(javax.el.FunctionMapper fnMapper)
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextpublic void setVariableMapper(javax.el.VariableMapper varMapper)
public javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.