|
||||||||||
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
public abstract class AbstractRequestNoCache
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
AbstractRequestNoCache()
|
Method Summary | |
---|---|
boolean |
execute(ActionContext actionCtx)
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set. |
protected abstract void |
requestNoCache(ActionContext context)
Request no cache flags are set. |
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 AbstractRequestNoCache()
Method Detail |
---|
public boolean execute(ActionContext actionCtx) throws java.lang.Exception
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.
execute
in interface ActionCommand
execute
in class ActionCommandBase
actionCtx
- The Context
for the current request
false
so that processing continues
java.lang.Exception
- if thrown by the Action classprotected abstract void requestNoCache(ActionContext context)
Request no cache flags are set.
context
- The Context
for this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |