Java EE 5 SDK

Package com.sun.appserv.web.taglibs.cache

Class Summary
CacheContextListener CacheContextListener implements the ServletContextListener interface in order to be notified when the context is created and destroyed.
CacheEntry CacheEntry holds cached JSP fragments a) response content b) expiryTime XXX: should implement methods to enable serialization of cached response?
CacheRequestListener ServletRequestListener which creates a cache for JSP tag body invocations and adds it as a request attribute in response to requestInitialized events, and clears the cache in response to requestDestroyed events.
CacheSessionListener HttpSessionListener which creates a cache for JSP tag body invocations and adds it as a session attribute in response to sessionCreated events, and clears the cache in response to sessionDestroyed events.
CacheTag CacheTag is a JSP tag that allows server-side caching of JSP page fragments.
CacheUtil CacheUtil has utility methods used by the cache tag library.
FlushTag FlushTag is a JSP tag that is used with the CacheTag.
 


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.