Package org.apache.tiles.el
Class ELContextImpl
java.lang.Object
jakarta.el.ELContext
org.apache.tiles.el.ELContextImpl
public class ELContextImpl
extends jakarta.el.ELContext
Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.
Copied from Apache Tomcat 6.0.16 source code.
- Since:
- 2.2.1
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.el.ELResolverjakarta.el.FunctionMapperjakarta.el.VariableMappervoidsetFunctionMapper(jakarta.el.FunctionMapper functionMapper) Sets the function mapper to use.voidsetVariableMapper(jakarta.el.VariableMapper variableMapper) Sets the variable mapper to use.Methods inherited from class jakarta.el.ELContextaddEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
- 
Constructor Details- 
ELContextImplpublic ELContextImpl(jakarta.el.ELResolver resolver) Constructor.- Parameters:
- resolver- The resolver to use.
 
 
- 
- 
Method Details- 
getELResolverpublic jakarta.el.ELResolver getELResolver()- Specified by:
- getELResolverin class- jakarta.el.ELContext
 
- 
getFunctionMapperpublic jakarta.el.FunctionMapper getFunctionMapper()- Specified by:
- getFunctionMapperin class- jakarta.el.ELContext
 
- 
getVariableMapperpublic jakarta.el.VariableMapper getVariableMapper()- Specified by:
- getVariableMapperin class- jakarta.el.ELContext
 
- 
setFunctionMapperpublic void setFunctionMapper(jakarta.el.FunctionMapper functionMapper) Sets the function mapper to use.- Parameters:
- functionMapper- The function mapper.
- Since:
- 2.2.1
 
- 
setVariableMapperpublic void setVariableMapper(jakarta.el.VariableMapper variableMapper) Sets the variable mapper to use.- Parameters:
- variableMapper- The variable mapper.
- Since:
- 2.2.1
 
 
-