|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.chain.AbstractRequestNoCache
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set.
Field Summary | |
private java.lang.String |
moduleConfigKey
|
Constructor Summary | |
AbstractRequestNoCache()
|
Method Summary | |
boolean |
execute(org.apache.commons.chain.Context context)
Check to see if the controller is configured to prevent caching, and if so, request no cache flags to be set. |
java.lang.String |
getModuleConfigKey()
Return the context attribute key under which the ModuleConfig for the currently selected application
module is stored. |
protected abstract void |
requestNoCache(org.apache.commons.chain.Context context)
Request no cache flags are set. |
void |
setModuleConfigKey(java.lang.String moduleConfigKey)
Set the context attribute key under which the ModuleConfig for the currently selected application
module is stored. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String moduleConfigKey
Constructor Detail |
public AbstractRequestNoCache()
Method Detail |
public java.lang.String getModuleConfigKey()
Return the context attribute key under which the
ModuleConfig
for the currently selected application
module is stored.
public void setModuleConfigKey(java.lang.String moduleConfigKey)
Set the context attribute key under which the
ModuleConfig
for the currently selected application
module is stored.
moduleConfigKey
- The new context attribute keypublic boolean execute(org.apache.commons.chain.Context context) 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 org.apache.commons.chain.Command
context
- The Context
for the current request
false
so that processing continues
java.lang.Exception
protected abstract void requestNoCache(org.apache.commons.chain.Context 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 |