Modifier and Type | Class and Description |
---|---|
class |
ContentNotRecognizedException
The ContentNotRecognizedException signals that none of the selected resource
factories was able to handle the request.
|
class |
ResourceCreationException
Creation-Date: 05.04.2006, 17:33:09
|
class |
ResourceKeyCreationException
Creation-Date: 05.04.2006, 13:02:23
|
class |
ResourceLoadingException
Creation-Date: 05.04.2006, 13:03:37
|
class |
UnrecognizedLoaderException
This exception is thrown whenever a resource-manager tries to load data using an invalid key.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Resource.getResource() |
java.lang.Object |
CompoundResource.getResource() |
java.lang.String |
ResourceBundleLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Serializes the resource key to a String representation which can be recreated
using the
deserialize(ResourceKey) |
java.lang.String |
DefaultResourceManagerBackend.serialize(ResourceKey bundleKey,
ResourceKey key)
Creates a String version of the
ResourceKey that can be deserialized with the
deserialize() method. |
java.lang.String |
ResourceManager.serialize(ResourceKey bundleKey,
ResourceKey key)
Creates a String version of the
ResourceKey that can be deserialized with the
deserialize() method. |
java.lang.String |
ResourceManagerBackend.serialize(ResourceKey bundleKey,
ResourceKey key) |
java.lang.String |
ResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Serializes the resource key to a String representation which can be recreated
using the
deserialize(ResourceKey) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
BundleCacheResourceWrapper.getResource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FileResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Generates a String representation of the ResourceKey specified.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RawResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Creates a String version of the resource key that can be used to generate a new ResourceKey
object via deserialization
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ClassloaderResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key)
Creates a String version of the resource key that can be used to generate a new ResourceKey
object via deserialization
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ZipResourceLoader.serialize(ResourceKey bundleKey,
ResourceKey key) |