Home » xwork-2.1.5 » com.opensymphony » xwork2 » interceptor » [javadoc | source]
com.opensymphony.xwork2.interceptor
protected static class: ModelDrivenInterceptor.RefreshModelBeforeResult [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor$RefreshModelBeforeResult

All Implemented Interfaces:
    PreResultListener

Refreshes the model instance on the value stack, if it has changed
Field Summary
protected  ModelDriven action     
Constructor:
 public RefreshModelBeforeResult(ModelDriven action,
    Object model) 
Method from com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor$RefreshModelBeforeResult Summary:
beforeResult
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor$RefreshModelBeforeResult Detail:
 public  void beforeResult(ActionInvocation invocation,
    String resultCode)