Uses of Interface
org.springframework.expression.ExpressionParser
Package
Description
Expression parsing support within a Spring application context.
Common utility classes behind the Spring Expression Language.
SpEL's standard parser implementation.
-
Uses of ExpressionParser in org.springframework.context.expression
Modifier and TypeMethodDescriptionvoid
StandardBeanExpressionResolver.setExpressionParser
(ExpressionParser expressionParser) Specify the EL parser to use for expression parsing. -
Uses of ExpressionParser in org.springframework.expression.common
Modifier and TypeClassDescriptionclass
An expression parser that understands templates. -
Uses of ExpressionParser in org.springframework.expression.spel.standard