Class | Description |
---|---|
DelegatingResourceLoader |
A
ResourceLoader implementation that delegates to other ResourceLoader instances
that are stored in a Map with their associated URI schemes as the keys. |
DownloadingUrlResource |
A
Resource implementation that will download a UrlResource to a temp file when
the is invoked. |
DownloadingUrlResourceLoader |
Resource loader that will return a
DownloadingUrlResource |
LRUCleaningResourceLoader |
A wrapper around a
ResourceLoader that deletes returned Resources (assumed to
be on the file system) once disk space is getting low. |
LRUCleaningResourceLoaderBeanPostProcessor |
Decorates the default ResourceLoader with a
LRUCleaningResourceLoader when running
in Cloud Foundry. |
ShaUtils |
Simple sha utils.
|
Exception | Description |
---|---|
ResourceNotResolvedException |
Thrown to indicate failure resolving a
Resource . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.