Uses of Interface
com.cc.framework.ui.model.Cachable

Packages that use Cachable
com.cc.framework.resource   
 

Uses of Cachable in com.cc.framework.resource
 

Methods in com.cc.framework.resource with parameters of type Cachable
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, java.awt.image.BufferedImage image, Cachable cacheInfo)
          Registers a JPEG resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, MimeType type, byte[] body, Cachable cacheInfo)
          Registers a binary resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, MimeType type, java.lang.String bodyStream, Cachable cacheInfo)
          Registers a binary resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, java.lang.Object object, Cachable cacheInfo)
          Registers a object resource
static java.lang.String ResourceManager.getResourceURI(javax.servlet.jsp.PageContext ctx, HttpScope scope, java.lang.String key, Cachable cacheInfo)
          Returns a URI for the specified resource This can be the filename, which is used to store the file on the disk
static java.lang.String ResourceManager.getResourceURI(javax.servlet.jsp.PageContext ctx, HttpScope scope, java.lang.String key, Cachable cacheInfo, boolean contextRelative)
          Returns a URI for the specified resource This can be the filename, which is used to store the file on the disk
static boolean ResourceManager.isUpToDate(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, Cachable cacheInfo)
          Checks if a registered resource is up to date
 boolean Resource.isUpToDate(Cachable cacheInfo)
          Checks if the Resource is up to date or must be new created.
 

Constructors in com.cc.framework.resource with parameters of type Cachable
Resource(Cachable cacheInfo)
          Constructor for Resource
ObjectResource(java.lang.Object object, Cachable cacheInfo)
          Constructor for ObjectResource
BinaryResource(MimeType type, byte[] body, Cachable cacheInfo)
          Constructor for BinaryResource
BinaryResource(MimeType type, java.lang.String bodyStream, Cachable cacheInfo)
          Constructor for BinaryResource
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.