Save This Page
Home » struts-1.3.9-src » org.apache.struts » chain » commands » servlet » [javadoc | source]
org.apache.struts.chain.commands.servlet
public class: RequestNoCache [javadoc | source]
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:
    ActionCommand

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

Method from org.apache.struts.chain.commands.servlet.RequestNoCache Summary:
requestNoCache
Methods from org.apache.struts.chain.commands.AbstractRequestNoCache:
execute,   requestNoCache
Methods from org.apache.struts.chain.commands.ActionCommandBase:
execute,   execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.servlet.RequestNoCache Detail:
 protected  void requestNoCache(ActionContext context)