| Interface | Description | 
|---|---|
| InjectableResourceProvider | 
 Provides lookup capability to find a resource. 
 | 
| Class | Description | 
|---|---|
| AbstractResourceProvider | 
 An abstract InjectableResourceProvider implementation with some basic utility functionality. 
 | 
| ClasspathResourceProvider | 
 A classpath-based resource provider. 
 | 
| FileResourceProvider | 
 A file-based resource provider, looking for a file based on the name. 
 | 
| Annotation Type | Description | 
|---|---|
| InjectableResource | 
 Qualifier which enables simple injection of resources into beans, eliminating the need to deal with their loading. 
 | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.