| Package | Description | 
|---|---|
| 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 | Method and Description | 
|---|---|
| TypeLocator | EvaluationContext. getTypeLocator()Return a type locator that can be used to find types, either by short or
 fully qualified name. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardTypeLocatorA simple implementation of  TypeLocatorthat uses the context ClassLoader
 (or any ClassLoader set upon it). | 
| Modifier and Type | Method and Description | 
|---|---|
| TypeLocator | SimpleEvaluationContext. getTypeLocator()SimpleEvaluationContextdoes not support use of type references. | 
| TypeLocator | StandardEvaluationContext. getTypeLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StandardEvaluationContext. setTypeLocator(TypeLocator typeLocator) |