Package com.atlassian.confluence.event
Class EventPublisherInterceptor
java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
com.atlassian.confluence.event.EventPublisherInterceptor
- All Implemented Interfaces:
Serializable,org.apache.struts2.interceptor.ConditionalInterceptor,org.apache.struts2.interceptor.Interceptor
public class EventPublisherInterceptor
extends org.apache.struts2.interceptor.AbstractInterceptor
Collects events from
Evented actions after they've executed , and publishes them via the EventPublisher.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.interceptor.AbstractInterceptor
destroy, init, setDisabled, shouldIntercept
-
Constructor Details
-
EventPublisherInterceptor
public EventPublisherInterceptor()
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceorg.apache.struts2.interceptor.Interceptor- Specified by:
interceptin classorg.apache.struts2.interceptor.AbstractInterceptor- Throws:
Exception
-