|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
resource-API.
See:
Description
| Class Summary | |
|---|---|
| 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 FileResources. |
| 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. |
Contains the base implementation of the
resource-API.
DataResource interface such as
ClasspathResource,
FileResource,
and UrlResource.
Further you will find abstract classes to extend when writing custom
implementations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||