| 程序包 | 说明 |
|---|---|
| org.springframework.expression |
Core abstractions behind the Spring Expression Language.
|
| org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TypeLocator |
EvaluationContext.getTypeLocator()
Return a type locator that can be used to find types, either by short or
fully qualified name.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
StandardTypeLocator
A simple implementation of
TypeLocator that uses the context ClassLoader
(or any ClassLoader set upon it). |
| 限定符和类型 | 方法和说明 |
|---|---|
TypeLocator |
SimpleEvaluationContext.getTypeLocator()
SimpleEvaluationContext does not support use of type references. |
TypeLocator |
StandardEvaluationContext.getTypeLocator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StandardEvaluationContext.setTypeLocator(TypeLocator typeLocator) |