Package org.apache.struts2.interceptor
Class ModelDrivenInterceptor.RefreshModelBeforeResult
java.lang.Object
org.apache.struts2.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
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbeforeResult(ActionInvocation invocation, String resultCode) 
- 
Field Details- 
action
 
- 
- 
Constructor Details- 
RefreshModelBeforeResult
 
- 
- 
Method Details- 
beforeResultDescription copied from interface:PreResultListener- Specified by:
- beforeResultin interface- PreResultListener
- Parameters:
- invocation- the action invocation
- resultCode- the result code returned by the action (eg.- success).
 
 
-