Uses of Interface
org.directwebremoting.guice.util.MethodInterceptorWrapper

Packages that use MethodInterceptorWrapper
org.directwebremoting.guice.util This package provides Guice enhancements that are independent of DWR. 
 

Uses of MethodInterceptorWrapper in org.directwebremoting.guice.util
 

Methods in org.directwebremoting.guice.util that return MethodInterceptorWrapper
static MethodInterceptorWrapper OutermostCallInterceptor.outermostCallWrapper()
          For passing to bindInterceptor to wrap injected MethodInterceptors.
 

Methods in org.directwebremoting.guice.util with parameters of type MethodInterceptorWrapper
 void AbstractModule.bindInterceptor(com.google.inject.matcher.Matcher<? super java.lang.Class<?>> classMatcher, com.google.inject.matcher.Matcher<? super java.lang.reflect.Method> methodMatcher, MethodInterceptorWrapper methodInterceptorWrapper, java.lang.Class<?>... methodInterceptorClasses)
          Variant of bindInterceptor that allows constructor-injection of interceptors described by class, each wrapped by a method interceptor wrapper.
 void AbstractModule.bindInterceptor(com.google.inject.matcher.Matcher<? super java.lang.Class<?>> classMatcher, com.google.inject.matcher.Matcher<? super java.lang.reflect.Method> methodMatcher, MethodInterceptorWrapper methodInterceptorWrapper, com.google.inject.Key<?>... methodInterceptorKeys)
          Variant of bindInterceptor that allows constructor-injection of interceptors described by Key, each wrapped by a method interceptor wrapper.
 


Copyright ยจ 2008