Package jakarta.el
Class StandardELContext
java.lang.Object
jakarta.el.ELContext
jakarta.el.StandardELContext
- Since:
- EL 3.0
- 
Constructor SummaryConstructorsConstructorDescriptionStandardELContext(ELContext context) StandardELContext(ExpressionFactory factory) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddELResolver(ELResolver resolver) getContext(Class<?> key) Obtain the context object for the given key.voidputContext(Class<?> key, Object contextObject) Add an object to this EL context under the given key.Methods inherited from class jakarta.el.ELContextaddEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolved
- 
Constructor Details- 
StandardELContext
- 
StandardELContext
 
- 
- 
Method Details- 
putContextDescription copied from class:ELContextAdd an object to this EL context under the given key.- Overrides:
- putContextin class- ELContext
- Parameters:
- key- The key under which to store the object
- contextObject- The object to add
 
- 
getContextDescription copied from class:ELContextObtain the context object for the given key.- Overrides:
- getContextin class- ELContext
- Parameters:
- key- The key of the required context object
- Returns:
- The value of the context object associated with the given key
 
- 
getELResolver- Specified by:
- getELResolverin class- ELContext
 
- 
addELResolver
- 
getFunctionMapper- Specified by:
- getFunctionMapperin class- ELContext
 
- 
getVariableMapper- Specified by:
- getVariableMapperin class- ELContext
 
 
-