com.opensymphony.xwork2.interceptor
Class ModelDrivenInterceptor.RefreshModelBeforeResult
java.lang.Object
com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.RefreshModelBeforeResult
- All Implemented Interfaces:
- PreResultListener
- Enclosing class:
- ModelDrivenInterceptor
protected static class ModelDrivenInterceptor.RefreshModelBeforeResult
- extends Object
- implements PreResultListener
Refreshes the model instance on the value stack, if it has changed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
originalModel
private Object originalModel
action
protected ModelDriven action
ModelDrivenInterceptor.RefreshModelBeforeResult
public ModelDrivenInterceptor.RefreshModelBeforeResult(ModelDriven action,
Object model)
beforeResult
public void beforeResult(ActionInvocation invocation,
String resultCode)
- Description copied from interface:
PreResultListener
- This callback method will be called after the
Action
execution and
before the Result
execution.
- Specified by:
beforeResult
in interface PreResultListener
- Parameters:
invocation
- the action invocationresultCode
- the result code returned by the action (eg. success
).
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.