com.atlassian.confluence.core
Class ResultLoggingInterceptor

java.lang.Object
  extended by com.opensymphony.xwork.interceptor.AroundInterceptor
      extended by com.opensymphony.xwork.interceptor.LoggingInterceptor
          extended by com.atlassian.confluence.core.ResultLoggingInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor

public class ResultLoggingInterceptor
extends com.opensymphony.xwork.interceptor.LoggingInterceptor

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


Constructor Summary
ResultLoggingInterceptor()
           
 
Method Summary
protected  void after(com.opensymphony.xwork.ActionInvocation actionInvocation, java.lang.String result)
           
 
Methods inherited from class com.opensymphony.xwork.interceptor.LoggingInterceptor
before, equals, hashCode
 
Methods inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultLoggingInterceptor

public ResultLoggingInterceptor()
Method Detail

after

protected void after(com.opensymphony.xwork.ActionInvocation actionInvocation,
                     java.lang.String result)
              throws java.lang.Exception
Overrides:
after in class com.opensymphony.xwork.interceptor.LoggingInterceptor
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.