| Package | Description |
|---|---|
| org.zkoss.util.resource |
Resources and their locators and loaders.
|
| 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.
|
Copyright © 2018. All rights reserved.