Package | Description |
---|---|
org.springframework.context.expression |
Expression parsing support within a Spring application context.
|
org.springframework.expression | |
org.springframework.expression.spel | |
org.springframework.expression.spel.ast | |
org.springframework.expression.spel.support |
Modifier and Type | Class and Description |
---|---|
class |
BeanExpressionContextAccessor
EL property accessor that knows how to traverse the beans and contextual objects
of a Spring
BeanExpressionContext . |
class |
BeanFactoryAccessor
EL property accessor that knows how to traverse the beans of a
Spring
BeanFactory . |
class |
EnvironmentAccessor
Read-only EL property accessor that knows how to retrieve keys
of a Spring
Environment instance. |
class |
MapAccessor
EL property accessor that knows how to traverse the keys
of a standard
Map . |
Modifier and Type | Method and Description |
---|---|
List<PropertyAccessor> |
EvaluationContext.getPropertyAccessors()
Return a list of accessors that will be asked in turn to read/write a property.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyAccessor> |
ExpressionState.getPropertyAccessors() |
Modifier and Type | Method and Description |
---|---|
static List<PropertyAccessor> |
AstUtils.getPropertyAccessorsToTry(Class<?> targetType,
List<PropertyAccessor> propertyAccessors)
Determines the set of property resolvers that should be used to try and access a property on the specified target
type.
|
Modifier and Type | Method and Description |
---|---|
static List<PropertyAccessor> |
AstUtils.getPropertyAccessorsToTry(Class<?> targetType,
List<PropertyAccessor> propertyAccessors)
Determines the set of property resolvers that should be used to try and access a property on the specified target
type.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectivePropertyAccessor
Simple
PropertyAccessor that uses reflection to access properties
for reading and writing. |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
ReflectivePropertyAccessor.createOptimalAccessor(EvaluationContext eContext,
Object target,
String name)
Attempt to create an optimized property accessor tailored for a property of a particular name on
a particular class.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyAccessor> |
StandardEvaluationContext.getPropertyAccessors() |
Modifier and Type | Method and Description |
---|---|
void |
StandardEvaluationContext.addPropertyAccessor(PropertyAccessor accessor) |
boolean |
StandardEvaluationContext.removePropertyAccessor(PropertyAccessor accessor) |
Modifier and Type | Method and Description |
---|---|
void |
StandardEvaluationContext.setPropertyAccessors(List<PropertyAccessor> propertyAccessors) |
Copyright © 2015. All rights reserved.