public interface ResourceLoader
Resource object.ResourceLoaderStrategy| Modifier and Type | Field and Description |
|---|---|
static String |
CLASSPATH_PREFIX
The classpath prefix
|
static String |
FILE_PREFIX
The file prefix
|
static String |
URL_PREFIX
The URL prefix
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Get the class loader associated with the Resource Loader
|
Resource |
getResource(String location)
Get the
Resource instance based on the location |
static final String CLASSPATH_PREFIX
static final String FILE_PREFIX
static final String URL_PREFIX
Resource getResource(String location)
Resource instance based on the locationlocation - the location of the resourceResource instanceClassLoader getClassLoader()
Copyright © 2014. All rights reserved.