resource-API
.See: Description
Class | Description |
---|---|
AbstractBrowsableResource |
This is the abstract base-implementation of
BrowsableResource . |
AbstractBrowsableResourceFactory |
This is the abstract base implementation of the
BrowsableResourceFactory interface. |
AbstractBrowsableResourceProxy |
This is an abstract implementation of the
BrowsableResource interface that delegates to
another BrowsableResource . |
AbstractDataResource |
This is the abstract base implementation of the
DataResource interface. |
AbstractDataResourceFactory |
This is the abstract base implementation of the
DataResourceFactory interface. |
AbstractDataResourceProxy |
This is an abstract implementation of the
DataResource interface that delegates to
another DataResource . |
ClasspathResource |
This is the implementation of the
DataResource interface for a resource that comes from the
classpath . |
FileResource |
This is the implementation of the
BrowsableResource interface for a resource that is a regular File . |
FileResource.FileResourceIterator |
This inner class is an
Iterator of FileResource s. |
ResourceUriImpl |
This is the implementation of the
ResourceUri interface. |
UrlResource |
This is the implementation of the
DataResource interface for a resource that comes from an URL . |
resource-API
.
DataResource
interface such as
ClasspathResource
, FileResource
, and
UrlResource
. Further you will find abstract classes to extend when writing
custom implementations.Copyright © 2001–2016 mmm-Team. All rights reserved.