Package org.apache.jasper.el
Class ELContextImpl
- java.lang.Object
- 
- javax.el.ELContext
- 
- org.apache.jasper.el.ELContextImpl
 
 
- 
 public class ELContextImpl extends ELContext Implementation of ELContext- Author:
- Jacob Hookom
 
- 
- 
Constructor SummaryConstructors Constructor Description ELContextImpl(ELResolver resolver)ELContextImpl(ExpressionFactory factory)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ELResolvergetDefaultResolver(ExpressionFactory factory)ELResolvergetELResolver()FunctionMappergetFunctionMapper()VariableMappergetVariableMapper()voidsetFunctionMapper(FunctionMapper functionMapper)voidsetVariableMapper(VariableMapper variableMapper)- 
Methods inherited from class javax.el.ELContextaddEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
 
- 
 
- 
- 
- 
Constructor Detail- 
ELContextImplpublic ELContextImpl(ExpressionFactory factory) 
 - 
ELContextImplpublic ELContextImpl(ELResolver resolver) 
 
- 
 - 
Method Detail- 
getELResolverpublic ELResolver getELResolver() - Specified by:
- getELResolverin class- ELContext
 
 - 
getFunctionMapperpublic FunctionMapper getFunctionMapper() - Specified by:
- getFunctionMapperin class- ELContext
 
 - 
getVariableMapperpublic VariableMapper getVariableMapper() - Specified by:
- getVariableMapperin class- ELContext
 
 - 
setFunctionMapperpublic void setFunctionMapper(FunctionMapper functionMapper) 
 - 
setVariableMapperpublic void setVariableMapper(VariableMapper variableMapper) 
 - 
getDefaultResolverpublic static ELResolver getDefaultResolver(ExpressionFactory factory) 
 
- 
 
-