com.atlassian.confluence.validation
Class MessageHolderInterceptor

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

public class MessageHolderInterceptor
extends java.lang.Object
implements com.opensymphony.xwork.interceptor.Interceptor

Sets a new MessageHolder instance into all MessageHolderAware actions.

Since:
4.2

Constructor Summary
MessageHolderInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHolderInterceptor

public MessageHolderInterceptor()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork.interceptor.Interceptor

init

public void init()
Specified by:
init in interface com.opensymphony.xwork.interceptor.Interceptor

intercept

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.