org.apache.tapestry5.ioc.internal.util
Class LoggingInvokableWrapper<T>

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.util.LoggingInvokableWrapper<T>
All Implemented Interfaces:
Invokable<T>

public class LoggingInvokableWrapper<T>
extends Object
implements Invokable<T>

Since:
5.3

Constructor Summary
LoggingInvokableWrapper(org.slf4j.Logger logger, String message, Invokable<T> delegate)
           
 
Method Summary
 T invoke()
          Called to produce a value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingInvokableWrapper

public LoggingInvokableWrapper(org.slf4j.Logger logger,
                               String message,
                               Invokable<T> delegate)
Method Detail

invoke

public T invoke()
Description copied from interface: Invokable
Called to produce a value.

Specified by:
invoke in interface Invokable<T>


Copyright © 2003-2012 The Apache Software Foundation.