com.atlassian.confluence.core
Class ResultLoggingInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.opensymphony.xwork.interceptor.LoggingInterceptor
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.
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 |
ResultLoggingInterceptor
public ResultLoggingInterceptor()
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-2010 Atlassian. All Rights Reserved.