org.apache.struts.chain.servlet
Class RequestNoCache

java.lang.Object
  extended byorg.apache.struts.chain.AbstractRequestNoCache
      extended byorg.apache.struts.chain.servlet.RequestNoCache
All Implemented Interfaces:
org.apache.commons.chain.Command

public class RequestNoCache
extends AbstractRequestNoCache

Check to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.

Version:
$Rev: 54933 $ $Date: 2004-10-16 18:04:52 +0100 (Sat, 16 Oct 2004) $

Field Summary
 
Fields inherited from class org.apache.struts.chain.AbstractRequestNoCache
 
Constructor Summary
RequestNoCache()
           
 
Method Summary
protected  void requestNoCache(org.apache.commons.chain.Context context)
          Request no cache flags are set.
 
Methods inherited from class org.apache.struts.chain.AbstractRequestNoCache
execute, getModuleConfigKey, setModuleConfigKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestNoCache

public RequestNoCache()
Method Detail

requestNoCache

protected void requestNoCache(org.apache.commons.chain.Context context)
Description copied from class: AbstractRequestNoCache

Request no cache flags are set.

Specified by:
requestNoCache in class AbstractRequestNoCache
Parameters:
context - The Context for this request


Copyright ? 2003 - Apache Software Foundation