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<ActionContext>
,ActionCommand
Check to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.
- Version:
- $Rev$ $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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
RequestNoCache
public RequestNoCache()
-
-
Method Details
-
requestNoCache
Description copied from class:AbstractRequestNoCache
Request no cache flags are set.
- Specified by:
requestNoCache
in classAbstractRequestNoCache
- Parameters:
context
- TheContext
for this request
-