Uses of Interface
org.springframework.expression.ParserContext
Package
Description
Core abstractions behind the Spring Expression Language.
Common utility classes behind the Spring Expression Language.
SpEL's standard parser implementation.
-
Uses of ParserContext in org.springframework.expression
Modifier and TypeFieldDescriptionstatic final ParserContext
ParserContext.TEMPLATE_EXPRESSION
The default ParserContext implementation that enables template expression parsing mode.Modifier and TypeMethodDescriptionExpressionParser.parseExpression
(String expressionString, ParserContext context) Parse the expression string and return an Expression object you can use for repeated evaluation. -
Uses of ParserContext in org.springframework.expression.common
Modifier and TypeClassDescriptionclass
ConfigurableParserContext
implementation for template parsing.Modifier and TypeMethodDescriptionprotected abstract Expression
TemplateAwareExpressionParser.doParseExpression
(String expressionString, ParserContext context) Actually parse the expression string and return an Expression object.TemplateAwareExpressionParser.parseExpression
(String expressionString, ParserContext context) -
Uses of ParserContext in org.springframework.expression.spel.standard
Modifier and TypeMethodDescriptionprotected SpelExpression
SpelExpressionParser.doParseExpression
(String expressionString, ParserContext context)