Package com.atlassian.confluence.event
Class EventPublisherInterceptor
- java.lang.Object
 - 
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
 - 
- com.atlassian.confluence.event.EventPublisherInterceptor
 
 
 
- 
- All Implemented Interfaces:
 com.opensymphony.xwork2.interceptor.ConditionalInterceptor,com.opensymphony.xwork2.interceptor.Interceptor,Serializable
public class EventPublisherInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptorCollects events fromEventedactions after they've executed , and publishes them via theEventPublisher.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EventPublisherInterceptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringintercept(com.opensymphony.xwork2.ActionInvocation invocation) 
 -