|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceLoader
ResourceLoader interface consisting of methods to get hold of a Resource object.
ResourceLoaderStrategy| Field Summary | |
|---|---|
static String |
CLASSPATH_PREFIX
The classpath prefix |
static String |
FILE_PREFIX
The file prefix |
static String |
URL_PREFIX
The URL prefix |
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Get the class loader associated with the Resource Loader |
Resource |
getResource(String location)
Get the Resource instance based on the location |
| Field Detail |
|---|
static final String CLASSPATH_PREFIX
static final String FILE_PREFIX
static final String URL_PREFIX
| Method Detail |
|---|
Resource getResource(String location)
Resource instance based on the location
location - the location of the resource
Resource instanceClassLoader getClassLoader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||