Class MessageHolderInterceptor

java.lang.Object
com.atlassian.confluence.validation.MessageHolderInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable

public class MessageHolderInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Sets a new MessageHolder instance into all MessageHolderAware actions.
Since:
4.2
See Also:
  • Constructor Details

    • MessageHolderInterceptor

      public MessageHolderInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface com.opensymphony.xwork2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface com.opensymphony.xwork2.interceptor.Interceptor
    • intercept

      public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
      Specified by:
      intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
      Throws:
      Exception