Package com.atlassian.confluence.core
Class ResultLoggingInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- com.opensymphony.xwork2.interceptor.LoggingInterceptor
-
- com.atlassian.confluence.core.ResultLoggingInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class ResultLoggingInterceptor extends com.opensymphony.xwork2.interceptor.LoggingInterceptor
Subclass of default XWork logging interceptor which adds logging of the action result.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResultLoggingInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
-