|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| InputStreamSource | Simple interface for objects that are sources for java.io.InputStreams. |
| Resource | Interface for a resource descriptor that abstracts from the actual type of resource, like file or class path resource. |
| ResourceLoader | Interface to be implemented by objects that can load resources. |
| Class Summary | |
| AbstractResource | Convenience base class for Resource implementations, pre-implementing typical behavior. |
| ClassPathResource | Resource implementation for class path resources. |
| DefaultResourceLoader | Default implementation of the ResourceLoader interface. |
| FileSystemResource | Resource implementation for java.io.File handles. |
| InputStreamResource | Resource implementation for a given InputStream. |
| ResourceEditor | Editor for Resource descriptors, to convert String locations to Resource properties automatically instead of using a String location property. |
| UrlResource | Resource implementation for java.net.URL locators. |
Generic abstraction for (file-based) resources, used throughout the framework.