|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.internal.services.LoggingDecoratorImpl
@PreventServiceDecoration public class LoggingDecoratorImpl
Constructor Summary | |
---|---|
LoggingDecoratorImpl(AspectDecorator aspectDecorator,
LoggingAdvisor advisor)
|
Method Summary | ||
---|---|---|
|
build(java.lang.Class<T> serviceInterface,
T delegate,
java.lang.String serviceId,
org.slf4j.Logger logger)
Builds a logging interceptor instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingDecoratorImpl(AspectDecorator aspectDecorator, LoggingAdvisor advisor)
Method Detail |
---|
public <T> T build(java.lang.Class<T> serviceInterface, T delegate, java.lang.String serviceId, org.slf4j.Logger logger)
LoggingDecorator
build
in interface LoggingDecorator
serviceInterface
- interface implemented by the delegatedelegate
- existing object to be wrappedserviceId
- id of servicelogger
- log used for debug level logging messages by the interceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |