com.atlassian.confluence.core
Class ResultLoggingInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.opensymphony.xwork.interceptor.LoggingInterceptor
com.atlassian.confluence.core.ResultLoggingInterceptor
- All Implemented Interfaces:
- Interceptor
public class ResultLoggingInterceptor
- extends LoggingInterceptor
Subclass of default XWork logging interceptor which adds logging of the action result.
ResultLoggingInterceptor
public ResultLoggingInterceptor()
after
protected void after(ActionInvocation actionInvocation,
String result)
throws Exception
- Overrides:
after
in class LoggingInterceptor
- Throws:
Exception