Class MessageLoadingPreResultListener
- java.lang.Object
-
- com.atlassian.confluence.validation.MessageLoadingPreResultListener
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.PreResultListener
public class MessageLoadingPreResultListener extends Object implements com.opensymphony.xwork2.interceptor.PreResultListener
LoadsMessageHoldermessages into aConfluenceActionSupportinstance after Action execution but before Result execution.See
DefaultActionInvocationfor how this works.- Since:
- 4.2.4
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeResult(com.opensymphony.xwork2.ActionInvocation invocation, String resultCode)static com.opensymphony.xwork2.interceptor.PreResultListenergetInstance()
-
-
-
Method Detail
-
getInstance
public static com.opensymphony.xwork2.interceptor.PreResultListener getInstance()
-
beforeResult
public void beforeResult(com.opensymphony.xwork2.ActionInvocation invocation, String resultCode)- Specified by:
beforeResultin interfacecom.opensymphony.xwork2.interceptor.PreResultListener
-
-