Class ResultLoggingInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.LoggingInterceptor
com.atlassian.confluence.core.ResultLoggingInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.ConditionalInterceptor, org.apache.struts2.interceptor.Interceptor

public class ResultLoggingInterceptor extends org.apache.struts2.interceptor.LoggingInterceptor
Subclass of default Struts logging interceptor which adds logging of the action result.
See Also:
  • Constructor Details

    • ResultLoggingInterceptor

      public ResultLoggingInterceptor()
  • Method Details

    • intercept

      public String intercept(org.apache.struts2.ActionInvocation invocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Overrides:
      intercept in class org.apache.struts2.interceptor.LoggingInterceptor
      Throws:
      Exception