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.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardBeanExpressionResolver.setExpressionParser(ExpressionParser expressionParser)
Specify the EL parser to use for expression parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateAwareExpressionParser
An expression parser that understands templates.
|
Modifier and Type | Class and Description |
---|---|
class |
SpelExpressionParser
SpEL parser.
|