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
 java.lang.Object UrlProvider.load(java.lang.String name, CacheElement ce)
          Load a URL from the specified name and return it.
 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 TemplateProvider.load(java.lang.String name, CacheElement ce)
          Grab a template based on its name.
 Template TemplatePathTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 Template ServletContextTemplateLoader.load(java.lang.String query, CacheElement ce)
           
 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 DelegatingTemplateProvider.load(java.lang.String query, CacheElement ce)
          Ask all template loaders to load a template from query.
 Template ClassPathTemplateLoader.load(java.lang.String query, 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 CachingProvider.load(java.lang.Object query, CacheElement ce)
           
 java.lang.Object BrokerTemplateProvider.load(java.lang.String name, CacheElement ce)
           
 Template BrokerTemplateLoader.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 TemplateLoader.load(java.lang.String query, CacheElement ce)
          Try to load a template.
 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.
 

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)