Resource.Helper functions,
concrete implementations and a bridging class.See: Description
| Class | Description |
|---|---|
| ConditionalResource |
A wrapper that guards a
Resource that may be absent by returning an empty bean file instead. |
| ConditionalResourceResolver |
Supports a "conditional:resourcepath" URL syntax for wrapping a Spring resource with a
ConditionalResource. |
| FileBackedHTTPResource |
A resource representing a file read from an HTTP(S) location.
|
| HTTPResource |
Resource for looking up HTTP URLs.
|
| HTTPResource.ConnectionClosingInputStream |
A wrapper around the entity content
InputStream represented by an HttpResponse
that closes the stream and the HttpResponse when HTTPResource.ConnectionClosingInputStream.close() is invoked. |
| PreferFileSystemResourceLoader |
An extension of
DefaultResourceLoader that (1) is biased in favor of the filesystem such that bare resource
paths are assumed to be files rather than classpath resources and (2) supports loading "classpath*:" resources. |
| ResourceHelper |
Bridging class between
Resource and Resource. |
| RunnableFileSystemResource |
A file backed resource which calls out to a provided
Runnable as appropriate such that the resource becomes
reloadable. |
| SVNBasicAuthenticationManager |
Authentication manager for SVN resources based on
BasicAuthenticationManager. |
| SVNResource | Deprecated |
Resource.Helper functions,
concrete implementations and a bridging class.Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.