Uses of Interface
org.springframework.expression.ParserContext
Packages that use 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
Fields in org.springframework.expression declared as ParserContextModifier and TypeFieldDescriptionstatic final ParserContext
ParserContext.TEMPLATE_EXPRESSION
The default ParserContext implementation that enables template expression parsing mode.Methods in org.springframework.expression with parameters of type ParserContextModifier 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
Classes in org.springframework.expression.common that implement ParserContextModifier and TypeClassDescriptionclass
ConfigurableParserContext
implementation for template parsing.Methods in org.springframework.expression.common with parameters of type ParserContextModifier 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
Methods in org.springframework.expression.spel.standard with parameters of type ParserContextModifier and TypeMethodDescriptionprotected SpelExpression
SpelExpressionParser.doParseExpression
(String expressionString, ParserContext context)