|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceLoader
Strategy interface for loading resources (e.. class path or file system resources). An ApplicationContext is required to provide this functionality, plus extended ResourcePatternResolver support.
Bean properties of type Resource and Resource array can be populated from Strings when running in an ApplicationContext, using the particular context's resource loading strategy.
| Field Summary | |
|---|---|
static java.lang.String |
CLASSPATH_URL_PREFIX
Pseudo URL prefix for loading from the class path: "classpath:" |
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
Expose the ClassLoader used by this ResourceLoader. |
Resource |
getResource(java.lang.String location)
Return a Resource handle for the specified resource. |
| Field Detail |
|---|
static final java.lang.String CLASSPATH_URL_PREFIX
| Method Detail |
|---|
Resource getResource(java.lang.String location)
Note that a Resource handle does not imply an existing resource; you need to invoke Resource#exists to check for existence.
location - the resource location
CLASSPATH_URL_PREFIXjava.lang.ClassLoader getClassLoader()
Clients which need to access the ClassLoader directly can do so in a uniform manner with the ResourceLoader, rather than relying on the thread context ClassLoader.
null)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||