jodd.madvoc.interceptor
Class LogEchoInterceptor

java.lang.Object
  extended by jodd.madvoc.interceptor.ActionInterceptor
      extended by jodd.madvoc.interceptor.EchoInterceptor
          extended by jodd.madvoc.interceptor.LogEchoInterceptor

public class LogEchoInterceptor
extends EchoInterceptor

Echo interceptor that outputs to logger.


Field Summary
 
Fields inherited from class jodd.madvoc.interceptor.ActionInterceptor
initialized
 
Constructor Summary
LogEchoInterceptor()
           
 
Method Summary
protected  void out(java.lang.String message)
          Outputs info message.
 
Methods inherited from class jodd.madvoc.interceptor.EchoInterceptor
intercept, printAfter, printBefore
 
Methods inherited from class jodd.madvoc.interceptor.ActionInterceptor
init, initialized, isInitialized, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogEchoInterceptor

public LogEchoInterceptor()
Method Detail

out

protected void out(java.lang.String message)
Description copied from class: EchoInterceptor
Outputs info message. By default, it outputs it to console.

Overrides:
out in class EchoInterceptor


Copyright © 2003-2010 Jodd Team