Class MessageLoadingPreResultListener
java.lang.Object
com.atlassian.confluence.validation.MessageLoadingPreResultListener
- All Implemented Interfaces:
org.apache.struts2.interceptor.PreResultListener
public class MessageLoadingPreResultListener
extends Object
implements org.apache.struts2.interceptor.PreResultListener
Loads
MessageHolder messages into a ConfluenceActionSupport instance
after Action execution but before Result execution.
See DefaultActionInvocation for how this works.
- Since:
- 4.2.4
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeResult(org.apache.struts2.ActionInvocation invocation, String resultCode) static org.apache.struts2.interceptor.PreResultListener
-
Method Details
-
getInstance
public static org.apache.struts2.interceptor.PreResultListener getInstance() -
beforeResult
- Specified by:
beforeResultin interfaceorg.apache.struts2.interceptor.PreResultListener
-