org.zkoss.util.resource
Class Loader.Resource<V>
java.lang.Object
org.zkoss.util.resource.Loader.Resource<V>
- Enclosing interface:
- Loader<K,V>
public static class Loader.Resource<V>
- extends Object
Represents the more information about an object loaded by
Loader.load(K).
- Since:
- 5.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
public final V resource
- The real resource that shall be returned by
ResourceCache.get(java.lang.Object).
cacheable
public final boolean cacheable
- Whether the resource shall be cached in
ResourceCache.
Loader.Resource
public Loader.Resource(V resource,
boolean cacheable)
Copyright © 2014. All rights reserved.