Class ResultLoggingInterceptor

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.Interceptor, Serializable

    public class ResultLoggingInterceptor
    extends com.opensymphony.xwork2.interceptor.LoggingInterceptor
    Subclass of default XWork logging interceptor which adds logging of the action result.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResultLoggingInterceptor

        public ResultLoggingInterceptor()
    • Method Detail

      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Overrides:
        intercept in class com.opensymphony.xwork2.interceptor.LoggingInterceptor
        Throws:
        Exception