com.ibm.websphere.servlet.cache

Interface ServletCacheResponse


  1. public interface ServletCacheResponse
This interface is a proxy for the WebSphere response object. It has features added to enable caching.

Method Summary

Modifier and Type Method and Description
  1. void
addDynamicContentProvider(DynamicContentProvider dynamicContentProvider)
This adds a Dynamic Content Provider that will generate dynamic content without executing its JSP.
  1. void
setDoNotConsume(boolean doNotConsume)
This sets the page to not be consumed by its parents

Method Detail

addDynamicContentProvider

  1. void addDynamicContentProvider( DynamicContentProvider dynamicContentProvider)
  2. throws java.io.IOException
This adds a Dynamic Content Provider that will generate dynamic content without executing its JSP.
Parameters:
dynamicContentProvider - The DynamicContentProvider.
Throws:
java.io.IOException

setDoNotConsume

  1. void setDoNotConsume(boolean doNotConsume)
This sets the page to not be consumed by its parents