Uses of Interface
org.springframework.expression.ExpressionParser
Packages that use ExpressionParser Package Description org.springframework.context.expression Expression parsing support within a Spring application context.org.springframework.expression.common Common utility classes behind the Spring Expression Language.org.springframework.expression.spel.standard SpEL's standard parser implementation.Uses of ExpressionParser in org.springframework.context.expression
Methods in org.springframework.context.expression with parameters of type ExpressionParser Modifier and Type Method Description voidStandardBeanExpressionResolver. setExpressionParser(ExpressionParser expressionParser)Specify the EL parser to use for expression parsing.Uses of ExpressionParser in org.springframework.expression.common
Classes in org.springframework.expression.common that implement ExpressionParser Modifier and Type Class Description classTemplateAwareExpressionParserAn expression parser that understands templates.Uses of ExpressionParser in org.springframework.expression.spel.standard
Classes in org.springframework.expression.spel.standard that implement ExpressionParser Modifier and Type Class Description classSpelExpressionParserSpEL parser.