|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.util.resource.Loader.Resource
public static class Loader.Resource
Represents the more information about an object loaded by
Loader.load(java.lang.Object)
.
Field Summary | |
---|---|
boolean |
cacheable
Whether the resource shall be cached in ResourceCache . |
java.lang.Object |
resource
The real resource that shall be returned by ResourceCache.get(java.lang.Object) . |
Constructor Summary | |
---|---|
Loader.Resource(java.lang.Object 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 java.lang.Object resource
ResourceCache.get(java.lang.Object)
.
public final boolean cacheable
ResourceCache
.
Constructor Detail |
---|
public Loader.Resource(java.lang.Object resource, boolean cacheable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |