com.atlassian.confluence.event
Class EventPublisherInterceptor

java.lang.Object
  extended by com.opensymphony.xwork.interceptor.AroundInterceptor
      extended by com.atlassian.confluence.event.EventPublisherInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor

public class EventPublisherInterceptor
extends com.opensymphony.xwork.interceptor.AroundInterceptor

Collects events from Evented actions after they've executed , and publishes them via the EventPublisher.


Field Summary
 
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
log
 
Constructor Summary
EventPublisherInterceptor()
           
 
Method Summary
protected  void after(com.opensymphony.xwork.ActionInvocation actionInvocation, String result)
           
protected  void before(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPublisherInterceptor

public EventPublisherInterceptor()
Method Detail

before

protected void before(com.opensymphony.xwork.ActionInvocation actionInvocation)
               throws Exception
Specified by:
before in class com.opensymphony.xwork.interceptor.AroundInterceptor
Throws:
Exception

after

protected void after(com.opensymphony.xwork.ActionInvocation actionInvocation,
                     String result)
              throws Exception
Specified by:
after in class com.opensymphony.xwork.interceptor.AroundInterceptor
Throws:
Exception


Copyright © 2003-2012 Atlassian. All Rights Reserved.