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. |