Uses of Interface
org.webmacro.resource.ResourceLoader

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

Uses of ResourceLoader in org.webmacro.resource
 

Classes in org.webmacro.resource that implement ResourceLoader
 class BrokerTemplateProvider
          The BrokerTemplateProvider loads templates through Broker.getResource().
 class BrokerTemplateProviderHelper
          This class does the actual work of retrieving templates using the Broker.
 class CachingProvider
          CacheManager is an abstract base class for providers which wish to implement caching functionality.
 class TemplateProvider
          The TemplateProvider is the WebMacro class responsible for loading templates.
 class UrlProvider
          This is the canonical provider for mapping URLs to Handlers.
 class URLTemplateProvider
          This is a "drop-in" replacement for the standard TemplateProvider in the WebMacro distribution.
 

Methods in org.webmacro.resource with parameters of type ResourceLoader
 java.lang.Object TrivialCacheManager.get(java.lang.Object query, ResourceLoader helper)
           
 java.lang.Object CacheManager.get(java.lang.Object query, ResourceLoader helper)
          Called to get a resource from the cache.
 java.lang.Object StaticSMapCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object StaticIdentityCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object HMapCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object SMapCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the object associated with the specific query, first trying to look it up in a cache.
 java.lang.Object GenerationalCacheManager.get(java.lang.Object query, ResourceLoader helper)
          Get the cached value and load it if it is not present or reloading is required.
 

Uses of ResourceLoader in org.webmacro.util
 

Classes in org.webmacro.util that implement ResourceLoader
 class Encoder
          An encoder is used to encode strings into a particular encoding in preparation for sending the data as part of a response.