Uses of Interface
org.zkoss.util.resource.Loader
-
Packages that use Loader Package Description org.zkoss.util.resource org.zkoss.web.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. -
Uses of Loader in org.zkoss.web.util.resource
Classes in org.zkoss.web.util.resource that implement Loader Modifier and Type Class Description classExtendletLoader<V>A skeletal implementation of the loader used to implement an extendlet.classResourceLoader<V>A semi-implemented loader to used withResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, javax.servlet.ServletContext, java.lang.String, java.lang.Object)to retrieve servlet resources.
-