| AbstractLoader<K,V> |
A skeletal implementation that assumes the source is either URL or File.
|
| ClassLocator |
The locator searches the current thread's context class loader,
and then this class's class loader.
|
| ContentLoader |
A Loader that loads the resource by use URL.getContent()
if the source is URL, or loads into a String if the source is a File
(and assuming UTF-8).
|
| Labels |
Utilities to access labels.
|
| Loader.Resource<V> |
Represents the more information about an object loaded by
Loader.load(K).
|
| Locators |
Utilities to load and locate resources.
|
| Locators.StreamLocation |
the location information.
|
| Locators.URLLocation |
the location information.
|
| PropertyBundle |
The property bundle.
|
| ResourceCache<K,V> |
Used to cache resources.
|
| XMLResourcesLocator.Resource |
|