| ContentResource |
This class represent a general text resource that may have been
retrieved from any number of possible sources.
|
| Resource |
This class represent a general text resource that
may have been retrieved from any number of possible
sources.
|
| ResourceCacheImpl |
Default implementation of the resource cache for the default
ResourceManager.
|
| ResourceCacheImpl.LRUMap<K,V> |
A simple LRU Map based on LinkedHashSet.
|
| ResourceFactory |
Class responsible for instantiating Resource objects,
given name and type.
|
| ResourceManagerImpl |
Class to manage the text resource for the Velocity Runtime.
|