Uses of Class
org.webmacro.resource.CacheElement

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

Uses of CacheElement in org.webmacro.resource
 

Methods in org.webmacro.resource with parameters of type CacheElement
 java.lang.Object ResourceLoader.load(java.lang.String query, CacheElement ce)
          Load an object from permanent storage (or construct it) on demand.
 java.lang.Object ResourceLoader.load(java.lang.Object query, CacheElement ce)
          Load an object from permanent storage (or construct it) on demand.
 java.lang.Object CachingProvider.load(java.lang.Object query, CacheElement ce)
           
 java.lang.Object BrokerTemplateProvider.load(java.lang.String name, CacheElement ce)
           
 java.lang.Object BrokerTemplateProviderHelper.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name.
 java.lang.Object BrokerTemplateProviderHelper.load(java.lang.Object query, CacheElement ce)
          We don't implement this one
 java.lang.Object URLTemplateProvider.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name, setting the request event to contain it if we found it.
 java.lang.Object UrlProvider.load(java.lang.String name, CacheElement ce)
          Load a URL from the specified name and return it.
 java.lang.Object TemplateProvider.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name.
 

Uses of CacheElement in org.webmacro.util
 

Methods in org.webmacro.util with parameters of type CacheElement
 java.lang.Object Encoder.load(java.lang.Object query, CacheElement ce)
          Load an object from permanent storage (or construct it) on demand.
 java.lang.Object Encoder.load(java.lang.String query, CacheElement ce)