Class VariablesELContext
java.lang.Object
jakarta.el.ELContext
jakarta.el.StandardELContext
org.hibernate.validator.internal.engine.messageinterpolation.el.VariablesELContext
public class VariablesELContext
extends jakarta.el.StandardELContext
- Author:
- Guillaume Smet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addELResolver
(jakarta.el.ELResolver cELResolver) jakarta.el.ELResolver
Methods inherited from class jakarta.el.StandardELContext
getContext, getFunctionMapper, getVariableMapper, putContext
Methods inherited from class jakarta.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, setLocale, setPropertyResolved, setPropertyResolved
-
Constructor Details
-
VariablesELContext
public VariablesELContext(jakarta.el.ExpressionFactory expressionFactory)
-
-
Method Details
-
addELResolver
public void addELResolver(jakarta.el.ELResolver cELResolver) - Overrides:
addELResolver
in classjakarta.el.StandardELContext
-
getELResolver
public jakarta.el.ELResolver getELResolver()- Overrides:
getELResolver
in classjakarta.el.StandardELContext
-