org.apache.struts.chain.commands.servlet
Class RequestNoCache

java.lang.Object
  extended by org.apache.struts.chain.commands.ActionCommandBase
      extended by org.apache.struts.chain.commands.AbstractRequestNoCache
          extended by org.apache.struts.chain.commands.servlet.RequestNoCache
All Implemented Interfaces:
org.apache.commons.chain.Command, ActionCommand

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: 471754 $ $Date: 2005-05-07 12:11:38 -0400 (Sat, 07 May 2005) $

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
RequestNoCache()
           
 
Method Summary
protected  void requestNoCache(ActionContext context)
          Request no cache flags are set.
 
Methods inherited from class org.apache.struts.chain.commands.AbstractRequestNoCache
execute
 
Methods inherited from class org.apache.struts.chain.commands.ActionCommandBase
execute
 
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(ActionContext 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 © 2000-2008 Apache Software Foundation. All Rights Reserved.