Uses of Package
org.webmacro.resource

Packages that use org.webmacro.resource
org.webmacro.resource What's in this directory: -- Classes that relate to resources made available in the WebMacro system. 
org.webmacro.util   
 

Classes in org.webmacro.resource used by org.webmacro.resource
AbstractTemplateLoader
          Abstract implementation of TemplateLoader, that stores broker and path and provides a ReloadDelayDecorator and a common log object.
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.
TemplateLoader
          Interface for template loaders.
TemplateLoaderFactory
          Interface for template loader factories.
TemplateLoaderHelper
          Helper class for template loaders to actuall load a Template.
 

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.