Interface | Description |
---|---|
Resource |
An abstraction of a resource whose data can be accessed via a URL.
|
ResourceLocator |
Class | Description |
---|---|
ClassLoaderResourceLocator |
A
ResourceLocator that looks up resources is the application
classpath based on the current thread ClassLoader. |
FilesystemResourceLocator |
A
ResourceLocator that can locate resources in the filesystem. |
URLResource |
A
Resource implementation wrapping a resource URL. |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.