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.ConditionalInterceptor, 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:
  • Constructor Details

    • ResultLoggingInterceptor

      public ResultLoggingInterceptor()
  • Method Details

    • intercept

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