|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.util.resource.Loader.Resource<V>
public static class Loader.Resource<V>
Represents the more information about an object loaded by
Loader.load(K)
.
Field Summary | |
---|---|
boolean |
cacheable
Whether the resource shall be cached in ResourceCache . |
V |
resource
The real resource that shall be returned by ResourceCache.get(java.lang.Object) . |
Constructor Summary | |
---|---|
Loader.Resource(V resource,
boolean cacheable)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final V resource
ResourceCache.get(java.lang.Object)
.
public final boolean cacheable
ResourceCache
.
Constructor Detail |
---|
public Loader.Resource(V resource, boolean cacheable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |