Resource.Helper functions,
concrete implementations and a bridging class.See: Description
| Class | Description |
|---|---|
| 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 is biased in favor of the filesystem such that bare resource paths
are assumed to be files rather than classpath resources. |
| ResourceHelper |
Bridging class between
Resource and Resource. |
| SVNBasicAuthenticationManager |
Authentication manager for SVN resources based on
BasicAuthenticationManager. |
| SVNResource |
Implementation of a Spring
Resource that communications with a Subversion server (via a spool directory). |
Resource.Helper functions,
concrete implementations and a bridging class.Copyright © 1999–2015. All rights reserved.