Class EventPublisherInterceptor

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.Interceptor, Serializable

    public class EventPublisherInterceptor
    extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
    Collects events from Evented actions after they've executed , and publishes them via the EventPublisher.
    See Also:
    Serialized Form
    • Constructor Detail

      • EventPublisherInterceptor

        public EventPublisherInterceptor()
    • Method Detail

      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Specified by:
        intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
        Throws:
        Exception