Uses of Interface
org.zkoss.util.resource.Loader

Packages that use Loader
org.zkoss.util.resource Resources and their locators and loaders. 
 

Uses of Loader in org.zkoss.util.resource
 

Classes in org.zkoss.util.resource that implement Loader
 class AbstractLoader<K,V>
          A skeletal implementation that assumes the source is either URL or File.
 class ContentLoader
          A Loader that loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assumging UTF-8).
 

Fields in org.zkoss.util.resource declared as Loader
protected  Loader<K,V> ResourceCache._loader
          The loader.
 

Methods in org.zkoss.util.resource that return Loader
 Loader<K,V> ResourceCache.getLoader()
          Returns the loader.
 

Constructors in org.zkoss.util.resource with parameters of type Loader
ResourceCache(Loader<K,V> loader)
          Constructor.
ResourceCache(Loader<K,V> loader, int initsz)
          Constructor.
 



Copyright © 2013. All Rights Reserved.