Package 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:
com.opensymphony.xwork.interceptor.Interceptor
public class ResultLoggingInterceptor extends com.opensymphony.xwork.interceptor.LoggingInterceptor
Subclass of default XWork logging interceptor which adds logging of the action result.
-
-
Constructor Summary
Constructors Constructor Description ResultLoggingInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
after(com.opensymphony.xwork.ActionInvocation actionInvocation, String result)
-
Methods inherited from class com.opensymphony.xwork.interceptor.LoggingInterceptor
before, equals, hashCode
-
-