|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.services.LoggingAdvice
public class LoggingAdvice
| Constructor Summary | |
|---|---|
LoggingAdvice(org.slf4j.Logger logger,
ExceptionTracker exceptionTracker)
|
|
| Method Summary | |
|---|---|
void |
advise(Invocation invocation)
Allows the Aspect to advise the invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingAdvice(org.slf4j.Logger logger,
ExceptionTracker exceptionTracker)
| Method Detail |
|---|
public void advise(Invocation invocation)
MethodAdviceInvocation.proceed(). The Aspect may then inspect and
replace any checked thrown exceptions. Some Aspects (for example, caching) may selectively decide to bypass the
invocation entirely, and instead invoke some other method or otherwise set a return value or thrown exception.
advise in interface MethodAdviceinvocation - to advise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||