|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface providing for abstraction of resource loading by
document loader
implementations.
Method Summary | |
URL |
getResource(String[] candidatePaths)
Gets resources, such as XMLC templates and metadata files, from one of an array of candidate paths relative to a DocumentLoader implementation chosen context(s) in order of preference. |
Method Detail |
public URL getResource(String[] candidatePaths)
The candidatePaths may correspond to paths in XMLCDeferredParsingFactory resource dirs, the classpath, a servlet context, etc... It is entirely up to implementors how and where to get resources corresponding to these paths.
candidatePaths
- an array of candidate paths from which to load a
resource in order of preferenceDocumentLoader.getResourceLoader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |