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 ParserContextParserContext.TEMPLATE_EXPRESSIONThe 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 TypeClassDescriptionclassConfigurableParserContextimplementation for template parsing.Methods in org.springframework.expression.common with parameters of type ParserContextModifier and TypeMethodDescriptionprotected abstract ExpressionTemplateAwareExpressionParser.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 SpelExpressionSpelExpressionParser.doParseExpression(String expressionString, ParserContext context)