|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechoxul.view.locator.JavaResourceLocator
A ResourceLocator that loads resources from the Java classpath. It can be configured to use a specific ClassLoader. If none is given, then the ClassLoader which loaded this class is used.
Constructor Summary | |
JavaResourceLocator()
|
|
JavaResourceLocator(java.lang.ClassLoader classLoader)
|
Method Summary | |
org.xml.sax.InputSource |
findResource(java.lang.String path)
Convert a path to an InputSource in an implementation specific way. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaResourceLocator(java.lang.ClassLoader classLoader)
public JavaResourceLocator()
Method Detail |
public org.xml.sax.InputSource findResource(java.lang.String path)
ResourceLocator
findResource
in interface ResourceLocator
path
-
ResourceLocator.findResource(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |