com.atlassian.confluence.event
Class EventPublisherInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
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
.
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
log |
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 |
EventPublisherInterceptor
public EventPublisherInterceptor()
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