org.apache.struts.chain.commands.servlet
Class RequestNoCache
java.lang.Object
org.apache.struts.chain.commands.ActionCommandBase
org.apache.struts.chain.commands.AbstractRequestNoCache
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)
$
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestNoCache
public RequestNoCache()
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.