Interface | Description |
---|---|
ResourceLoader |
Interface for platform-specific resource loaders.
|
Class | Description |
---|---|
CompoundResourceLoader |
A compound resource loader that returns the first non-null stream of the list of the loaders provided at
the instantiation time.
|
ContextClassLoaderResourceLoader |
A
ResourceLoader that considers the paths to be resource locations in the context classloader of the current
thread. |
FileResourceLoader |
A
ResourceLoader that considers the paths to be filesystem locations. |
JndiLookup | Deprecated
Do not use this.
|
Lookup |
Handle lookup of configuration keys from the various sources.
|
Copyright © 2012–2020. All rights reserved.