| java.lang.Object | |
| ↳ | org.springframework.context.expression.EnvironmentAccessor |
Read-only EL property accessor that knows how to retrieve keys
of a Spring Environment instance.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Can read any
Environment, thus always returns true. | |||||||||||
Read only.
| |||||||||||
Return an array of classes for which this resolver should be called.
| |||||||||||
Access the given target object by resolving the given property name against the given target
environment.
| |||||||||||
Read only.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.expression.PropertyAccessor
| |||||||||||
Can read any Environment, thus always returns true.
| context | the evaluation context in which the access is being attempted |
|---|---|
| target | the target object upon which the property is being accessed |
| name | the name of the property being accessed |
| AccessException |
|---|
Read only.
| context | the evaluation context in which the access is being attempted |
|---|---|
| target | the target object upon which the property is being accessed |
| name | the name of the property being accessed |
| AccessException |
|---|
Return an array of classes for which this resolver should be called. Returning null indicates this is a general resolver that can be called in an attempt to resolve a property on any type.
Access the given target object by resolving the given property name against the given target environment.
| context | the evaluation context in which the access is being attempted |
|---|---|
| target | the target object upon which the property is being accessed |
| name | the name of the property being accessed |
| AccessException |
|---|
Read only. No-op.
| context | the evaluation context in which the access is being attempted |
|---|---|
| target | the target object upon which the property is being accessed |
| name | the name of the property being accessed |
| newValue | the new value for the property |
| AccessException |
|---|