com.atlassian.confluence.validation
Class MessageLoadingPreResultListener

java.lang.Object
  extended by com.atlassian.confluence.validation.MessageLoadingPreResultListener
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.PreResultListener

public class MessageLoadingPreResultListener
extends Object
implements com.opensymphony.xwork.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
 void beforeResult(com.opensymphony.xwork.ActionInvocation invocation, String resultCode)
           
static com.opensymphony.xwork.interceptor.PreResultListener getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static com.opensymphony.xwork.interceptor.PreResultListener getInstance()

beforeResult

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.