Package | Description |
---|---|
org.springframework.context.expression |
Expression parsing support within a Spring application context.
|
org.springframework.expression |
Core abstractions behind the Spring Expression Language.
|
org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanFactoryResolver
EL bean resolver that operates against a Spring
BeanFactory . |
Modifier and Type | Method and Description |
---|---|
BeanResolver |
EvaluationContext.getBeanResolver()
Return a bean resolver that can look up beans by name.
|
Modifier and Type | Method and Description |
---|---|
BeanResolver |
SimpleEvaluationContext.getBeanResolver()
SimpleEvaluationContext does not support the use of bean references. |
BeanResolver |
StandardEvaluationContext.getBeanResolver() |
Modifier and Type | Method and Description |
---|---|
void |
StandardEvaluationContext.setBeanResolver(BeanResolver beanResolver) |