|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.crispy.interceptor.LogInterceptor
Log every interceptor call with log level "info".
| Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
LogInterceptor()
|
|
| Method Summary | |
void |
afterMethodInvocation(InterceptorContext pvInterceptorContext)
After call doInvoke. |
void |
afterNewInstance(java.lang.Class pvInterfaceClass,
java.lang.Object pvProxyObject)
After call newInstance. |
void |
beforeMethodInvocation(InterceptorContext pvInterceptorContext)
Before call doInvoke. |
void |
beforeNewInstance(java.lang.Class pvInterfaceClass)
Before call newInstance. |
void |
onError(java.lang.Throwable pvThrowable)
Call if a Exception is thrown. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final org.apache.commons.logging.Log log
| Constructor Detail |
public LogInterceptor()
| Method Detail |
public void beforeNewInstance(java.lang.Class pvInterfaceClass)
InterceptornewInstance.
beforeNewInstance in interface InterceptorInterceptor.beforeNewInstance(java.lang.Class)
public void afterNewInstance(java.lang.Class pvInterfaceClass,
java.lang.Object pvProxyObject)
InterceptornewInstance.
afterNewInstance in interface InterceptorInterceptor.afterNewInstance(java.lang.Class, java.lang.Object)public void beforeMethodInvocation(InterceptorContext pvInterceptorContext)
InterceptordoInvoke.
beforeMethodInvocation in interface InterceptorInterceptor.beforeMethodInvocation(net.sf.crispy.InterceptorContext)public void afterMethodInvocation(InterceptorContext pvInterceptorContext)
InterceptordoInvoke.
afterMethodInvocation in interface InterceptorInterceptor.afterMethodInvocation(net.sf.crispy.InterceptorContext)public void onError(java.lang.Throwable pvThrowable)
Interceptor
onError in interface InterceptorInterceptor.onError(java.lang.Throwable)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||