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 Details

    • EventPublisherInterceptor

      public EventPublisherInterceptor()
  • Method Details

    • intercept

      public String intercept(org.apache.struts2.ActionInvocation invocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Specified by:
      intercept in class org.apache.struts2.interceptor.AbstractInterceptor
      Throws:
      Exception