|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to be implemented by objects that can load resources. An ApplicationContext is required to provide this functionality.
DefaultResourceLoader is a standalone implementation that is usable outside an ApplicationContext, also used by ResourceEditor.
DefaultResourceLoader,
ResourceEditor,
ApplicationContext| Field Summary | |
static java.lang.String |
CLASSPATH_URL_PREFIX
Pseudo URL prefix for loading from the class path |
| Method Summary | |
Resource |
getResource(java.lang.String location)
Return a Resource handle for the specified resource. |
| Field Detail |
public static final java.lang.String CLASSPATH_URL_PREFIX
| Method Detail |
public Resource getResource(java.lang.String location)
Note that a Resource handle does not imply an existing resource; you need to invoke Resource's "exists" to check for existence.
location - resource location
CLASSPATH_URL_PREFIX,
Resource.exists(),
InputStreamSource.getInputStream()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||