Uses of Interface
org.zkoss.util.resource.Loader
-
Packages that use Loader Package Description org.zkoss.util.resource -
-
Uses of Loader in org.zkoss.util.resource
Classes in org.zkoss.util.resource that implement Loader Modifier and Type Class Description classAbstractLoader<K,V>A skeletal implementation that assumes the source is either URL or File.classContentLoaderALoaderthat loads the resource by use URL.getContent() if the source is URL, or loads into a String if the source is a File (and assuming UTF-8).Fields in org.zkoss.util.resource declared as Loader Modifier and Type Field Description protected Loader<K,V>ResourceCache. _loaderThe loader.Methods in org.zkoss.util.resource that return Loader Modifier and Type Method Description Loader<K,V>ResourceCache. getLoader()Returns the loader.Constructors in org.zkoss.util.resource with parameters of type Loader Constructor Description ResourceCache(Loader<K,V> loader)Constructor.ResourceCache(Loader<K,V> loader, int initsz)Constructor.
-