luxor.spi
Interface XulResourceLoader

All Known Implementing Classes:
XulClassResourceLoader, XulFileResourceLoader, XulJarResourceLoader, XulJarResourceLoaderHelper, XulResourceLoaderManager

public interface XulResourceLoader


Method Summary
 java.util.List getBootstrapEntries()
          note: only returns core entries, not all entries layout info and html templates are loaded on demand
 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)
           
 

Method Detail

getResourceAsStream

public java.io.InputStream getResourceAsStream(java.lang.String name)

getResourceAsUrl

public java.net.URL getResourceAsUrl(java.lang.String name)

getBootstrapEntries

public java.util.List getBootstrapEntries()
note: only returns core entries, not all entries layout info and html templates are loaded on demand


getConfigData

public 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



Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo