|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--luxor.core.loader.XulFileResourceLoader
Constructor Summary | |
XulFileResourceLoader(java.io.File root)
|
Method Summary | |
java.util.List |
getBootstrapEntries()
as a convention for now return all files in startup directory which is a subdirectory of root |
java.lang.Object |
getConfigData(java.lang.String key)
note: properties should be loaded automatically in the loader's constructor to make them available immediately there's no need to call XulManager.load() all property files in the locale tree should be included |
java.io.InputStream |
getResourceAsStream(java.lang.String name)
|
java.net.URL |
getResourceAsUrl(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XulFileResourceLoader(java.io.File root)
Method Detail |
public java.util.List getBootstrapEntries()
getBootstrapEntries
in interface XulResourceLoader
public java.lang.Object getConfigData(java.lang.String key)
XulResourceLoader
getConfigData
in interface XulResourceLoader
public java.io.InputStream getResourceAsStream(java.lang.String name)
getResourceAsStream
in interface XulResourceLoader
public java.net.URL getResourceAsUrl(java.lang.String name)
getResourceAsUrl
in interface XulResourceLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |