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
          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 ResourceCache._loader
          The loader.
 

Methods in org.zkoss.util.resource that return Loader
 Loader ResourceCache.getLoader()
          Returns the loader.
 

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



Copyright © 2011. All Rights Reserved.