Uses of Interface
org.norther.tammi.core.cache.Resource

Packages that use Resource
org.norther.tammi.core.cache   
org.norther.tammi.spray.engine.resource   
org.norther.tammi.spray.media   
org.norther.tammi.spray.servlet   
 

Uses of Resource in org.norther.tammi.core.cache
 

Classes in org.norther.tammi.core.cache that implement Resource
 class BufferedResource
          A buffered implementation of CachedResource maintaining content.
 class PlainResource
          A plain implementation of CachedResource supporting file and URL resources but no caching of content.
 

Methods in org.norther.tammi.core.cache that return Resource
 Resource DefaultResourceCache.getResource(String key)
           
 Resource ResourceCache.getResource(String key)
          Gets the cached resource.
 Resource DefaultResourceCache.putResource(String key, Object src)
           
 Resource ResourceCache.putResource(String key, Object obj)
          Puts the specified object as a resource into the cache.
 Resource DefaultResourceCache.putResource(String key, Object src, int freq)
           
 Resource ResourceCache.putResource(String key, Object obj, int freq)
          Puts the specified object with an expiration frequency as a resource into the cache.
 Resource DefaultResourceCache.removeResource(String key)
           
 Resource ResourceCache.removeResource(String key)
          Removes the cached resource.
 

Methods in org.norther.tammi.core.cache with parameters of type Resource
 void DefaultResourceCache.setResource(String key, Resource res)
           
 void ResourceCache.setResource(String key, Resource res)
          Sets the cached resource.
 void DefaultResourceCache.setResource(String key, Resource res, int freq)
           
 void ResourceCache.setResource(String key, Resource res, int freq)
          Sets the cached resource with an expiration frequency.
 

Uses of Resource in org.norther.tammi.spray.engine.resource
 

Classes in org.norther.tammi.spray.engine.resource that implement Resource
protected  class AbstractResourceResolver.AbstractResource
          An abstract resource.
 

Methods in org.norther.tammi.spray.engine.resource that return Resource
abstract  Resource AbstractResourceResolver.getResource(String name)
           
 Resource ClassPathResourceResolver.getResource(String name)
           
 Resource FileResourceResolver.getResource(String name)
           
 Resource JarResourceResolver.getResource(String name)
           
 Resource PropertyResourceResolver.getResource(String name)
           
 Resource ResourceResolver.getResource(String name)
          Gets a named resource.
 

Uses of Resource in org.norther.tammi.spray.media
 

Methods in org.norther.tammi.spray.media that return Resource
 Resource CachedMediaProvider.getCachedResource(String path)
          Gets a cached media content resource.
 Resource DefaultCachedMediaProvider.getCachedResource(String path)
           
 Resource DefaultCachedMediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 Resource DefaultMediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 Resource MediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
          Gets the media content resource.
protected  Resource AbstractMediaContentFilter.getResource(String type, String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
          Gets the resource.
protected  Resource DefaultTemporaryContentKeyFilter.getResource(String type, String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 

Methods in org.norther.tammi.spray.media with parameters of type Resource
 void CachedMediaProvider.setCachedResource(String path, Resource res)
          Sets a cached media content resource.
 void DefaultCachedMediaProvider.setCachedResource(String path, Resource res)
           
 void CachedMediaProvider.setCachedResource(String path, Resource res, int freq)
          Sets a cached media content resource with an expiration frequency.
 void DefaultCachedMediaProvider.setCachedResource(String path, Resource res, int freq)
           
 

Uses of Resource in org.norther.tammi.spray.servlet
 

Methods in org.norther.tammi.spray.servlet that return Resource
 Resource DefaultServletMediaProvider.getResource(String path, boolean cached, ServletRequest request, ServletResponse response, FilterChain chain)
           
 



Copyright © 2004 The Norther Organization. All rights reserved.