Uses of Interface
org.springframework.expression.ExpressionParser
Packages that use 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.expressionMethods in org.springframework.context.expression with parameters of type ExpressionParserModifier and TypeMethodDescriptionvoidStandardBeanExpressionResolver.setExpressionParser(ExpressionParser expressionParser) Specify the EL parser to use for expression parsing.
- 
Uses of ExpressionParser in org.springframework.expression.commonClasses in org.springframework.expression.common that implement ExpressionParserModifier and TypeClassDescriptionclassAn expression parser that understands templates.
- 
Uses of ExpressionParser in org.springframework.expression.spel.standardClasses in org.springframework.expression.spel.standard that implement ExpressionParser