Uses of Class
org.webmacro.resource.CacheElement

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

Uses of CacheElement in org.webmacro.resource
 

Methods in org.webmacro.resource with parameters of type CacheElement
 Template FileTemplateLoader.load(java.lang.String query, CacheElement ce)
          Tries to load a template by interpreting query as a path relative to the path set by setPath.
 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 BrokerTemplateProvider.load(java.lang.String name, CacheElement ce)
           
 Template TemplatePathTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 java.lang.Object DelegatingTemplateProvider.load(java.lang.String query, CacheElement ce)
          Ask all template loaders to load a template from query.
 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 CachingProvider.load(java.lang.Object query, CacheElement ce)
           
 java.lang.Object TemplateProvider.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name.
 Template BrokerTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 Template ClassPathTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 Template TemplateLoaderHelper.load(java.io.File file, CacheElement ce)
          Load a template from a file.
 Template TemplateLoaderHelper.load(java.net.URL url, CacheElement ce)
          Load a template from an url.
 Template ServletContextTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 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.
 Template TemplateLoader.load(java.lang.String query, CacheElement ce)
          Try to load a template.
 

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)