Class 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 Detail

      • ResultLoggingInterceptor

        public ResultLoggingInterceptor()
    • Method Detail

      • after

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