|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
protected static class ModelDrivenInterceptor.RefreshModelBeforeResult
Refreshes the model instance on the value stack, if it has changed
Field Summary | |
---|---|
protected ModelDriven |
action
|
Constructor Summary | |
---|---|
ModelDrivenInterceptor.RefreshModelBeforeResult(ModelDriven action,
java.lang.Object model)
|
Method Summary | |
---|---|
void |
beforeResult(ActionInvocation invocation,
java.lang.String resultCode)
This callback method will be called after the Action execution and
before the Result execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ModelDriven action
Constructor Detail |
---|
public ModelDrivenInterceptor.RefreshModelBeforeResult(ModelDriven action, java.lang.Object model)
Method Detail |
---|
public void beforeResult(ActionInvocation invocation, java.lang.String resultCode)
PreResultListener
Action
execution and
before the Result
execution.
beforeResult
in interface PreResultListener
invocation
- the action invocationresultCode
- the result code returned by the action (eg. success
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |