Package | Description |
---|---|
org.zkoss.util.resource |
Resources and their locators and loaders.
|
org.zkoss.web.util.resource |
Utilities to access Web resources.
|
Modifier and Type | Class and Description |
---|---|
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 assuming UTF-8). |
Modifier and Type | Field and Description |
---|---|
protected Loader<K,V> |
ResourceCache._loader
The loader.
|
Modifier and Type | Method and Description |
---|---|
Loader<K,V> |
ResourceCache.getLoader()
Returns the loader.
|
Constructor and Description |
---|
ResourceCache(Loader<K,V> loader)
Constructor.
|
ResourceCache(Loader<K,V> loader,
int initsz)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendletLoader<V>
A skeletal implementation of the loader used to implement an extendlet.
|
class |
ResourceLoader<V>
A semi-implemented loader to used with
ResourceCaches.get(org.zkoss.web.util.resource.ResourceCache<V>, javax.servlet.ServletContext, java.lang.String, java.lang.Object)
to retrieve servlet resources. |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.