|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.guice.util.OutermostCallInterceptor
public class OutermostCallInterceptor
Provides static decorator method for restricting interception to the outermost of several nested matching join points. Also provides corresponding MethodInterceptor wrapper method.
| Method Summary | |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
|
static org.aopalliance.intercept.MethodInterceptor |
outermostCall(org.aopalliance.intercept.MethodInterceptor interceptor)
Decorates a MethodInterceptor so that only the outermost invocation using that interceptor will be intercepted and nested invocations will be ignored. |
static MethodInterceptorWrapper |
outermostCallWrapper()
For passing to bindInterceptor to wrap injected MethodInterceptors. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MethodInterceptorWrapper outermostCallWrapper()
public static org.aopalliance.intercept.MethodInterceptor outermostCall(org.aopalliance.intercept.MethodInterceptor interceptor)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwable
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||