|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.chain.commands.ActionCommandBase org.apache.struts.chain.commands.AbstractRequestNoCache org.apache.struts.chain.commands.servlet.RequestNoCache
public class RequestNoCache
Check to see if the controller is configured to prevent caching, and if so, set the no cache HTTP response headers.
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 |
---|
public RequestNoCache()
Method Detail |
---|
protected void requestNoCache(ActionContext context)
AbstractRequestNoCache
Request no cache flags are set.
requestNoCache
in class AbstractRequestNoCache
context
- The Context
for this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |