FileDocCategorySizeDatePackage
Constants.javaAPI DocGlassfish v2 API2640Fri May 04 22:35:28 BST 2007com.sun.appserv.web.taglibs.cache

Constants

public class Constants extends Object
Constants used in the Cache tag library.

Fields Summary
public static final int
DEFAULT_JSP_CACHE_TIMEOUT
The default timeout for cached response.
public static final String
JSPTAG_CACHE_KEY
The context attribute name used to keep store the actual cache.
public static final String
JSPTAG_COUNTER_KEY
The request attribute name used to keep track of the cache tag counter. This is used to generate unique keys for every cache tag in a page.
Constructors Summary
Methods Summary