Class MessageLoadingPreResultListener

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.PreResultListener

    public class MessageLoadingPreResultListener
    extends Object
    implements com.opensymphony.xwork2.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 Detail

      • getInstance

        public static com.opensymphony.xwork2.interceptor.PreResultListener getInstance()
      • beforeResult

        public void beforeResult​(com.opensymphony.xwork2.ActionInvocation invocation,
                                 String resultCode)
        Specified by:
        beforeResult in interface com.opensymphony.xwork2.interceptor.PreResultListener