public class

ResultLoggingInterceptor

extends LoggingInterceptor
java.lang.Object
   ↳ com.opensymphony.xwork.interceptor.AroundInterceptor
     ↳ com.opensymphony.xwork.interceptor.LoggingInterceptor
       ↳ com.atlassian.confluence.core.ResultLoggingInterceptor

Class Overview

Subclass of default XWork logging interceptor which adds logging of the action result.

Summary

[Expand]
Inherited Fields
From class com.opensymphony.xwork.interceptor.AroundInterceptor
Public Constructors
ResultLoggingInterceptor()
Protected Methods
void after(ActionInvocation actionInvocation, String result)
[Expand]
Inherited Methods
From class com.opensymphony.xwork.interceptor.LoggingInterceptor
From class com.opensymphony.xwork.interceptor.AroundInterceptor
From class java.lang.Object
From interface com.opensymphony.xwork.interceptor.Interceptor

Public Constructors

public ResultLoggingInterceptor ()

Protected Methods

protected void after (ActionInvocation actionInvocation, String result)

Throws
Exception