public class

LoggingContextInterceptor

extends Object
implements Interceptor
java.lang.Object
   ↳ com.atlassian.confluence.util.LoggingContextInterceptor

Class Overview

XWork interceptor that adds some relevant XWork context to the Log4J Mapped Diagnostic Context

Summary

Public Constructors
LoggingContextInterceptor()
Public Methods
void destroy()
void init()
String intercept(ActionInvocation actionInvocation)
Protected Methods
void buildLoggingContext(ActionInvocation actionInvocation)
void cleanLoggingContext()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.opensymphony.xwork.interceptor.Interceptor

Public Constructors

public LoggingContextInterceptor ()

Public Methods

public void destroy ()

public void init ()

public String intercept (ActionInvocation actionInvocation)

Throws
Exception

Protected Methods

protected void buildLoggingContext (ActionInvocation actionInvocation)

protected void cleanLoggingContext ()