Uses of Package
org.webmacro.resource

Packages that use org.webmacro.resource
org.webmacro.resource   
org.webmacro.util   
 

Classes in org.webmacro.resource used by org.webmacro.resource
CacheElement
          CacheElement is an abstract class which cache managers can subclass.
CacheManager
          The CacheManager sits between the template provider and WM.
CacheReloadContext
          CacheReloadContext provides support for providers which support cache invalidation on a per-element basis, for example if an underlying resource has changed.
CachingProvider
          CacheManager is an abstract base class for providers which wish to implement caching functionality.
ResourceLoader
          Methods to be implemented by a resource loader, which will work with a cache manager.
 

Classes in org.webmacro.resource used by org.webmacro.util
CacheElement
          CacheElement is an abstract class which cache managers can subclass.
ResourceLoader
          Methods to be implemented by a resource loader, which will work with a cache manager.