Uses of Interface
org.jboss.weld.bean.proxy.MethodHandler
-
Packages that use MethodHandler Package Description org.jboss.weld.bean.builtin org.jboss.weld.bean.proxy org.jboss.weld.interceptor.proxy org.jboss.weld.interceptor.util.proxy -
-
Uses of MethodHandler in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement MethodHandler Modifier and Type Class Description classCallableMethodHandler -
Uses of MethodHandler in org.jboss.weld.bean.proxy
Subinterfaces of MethodHandler in org.jboss.weld.bean.proxy Modifier and Type Interface Description interfaceStackAwareMethodHandlerThe interface implemented by the invocation handler of a proxy instance.Classes in org.jboss.weld.bean.proxy that implement MethodHandler Modifier and Type Class Description classCombinedInterceptorAndDecoratorStackMethodHandlerA method handler that wraps the invocation of interceptors and decorators.classDecoratorProxyMethodHandlerMethod handler for decorated beansclassInterceptedProxyMethodHandlerclassProxyMethodHandlerA general purpose MethodHandler for all proxies which routes calls to theBeanInstanceassociated with this proxy or handler.Methods in org.jboss.weld.bean.proxy that return MethodHandler Modifier and Type Method Description MethodHandlerTargetBeanInstance. getInterceptorsHandler()MethodHandlerProxyObject. weld_getHandler()Get the handler.Methods in org.jboss.weld.bean.proxy that return types with arguments of type MethodHandler Modifier and Type Method Description protected Class<? extends MethodHandler>ClientProxyFactory. getMethodHandlerType()protected Class<? extends MethodHandler>InterceptedSubclassFactory. getMethodHandlerType()protected Class<? extends MethodHandler>ProxyFactory. getMethodHandlerType()Methods in org.jboss.weld.bean.proxy with parameters of type MethodHandler Modifier and Type Method Description voidTargetBeanInstance. setInterceptorsHandler(MethodHandler interceptorsHandler)voidProxyObject. weld_setHandler(MethodHandler mi)Sets a handler.Constructors in org.jboss.weld.bean.proxy with parameters of type MethodHandler Constructor Description EnterpriseTargetBeanInstance(Class<?> baseType, MethodHandler methodHandler)EnterpriseTargetBeanInstance(Set<Type> types, MethodHandler methodHandler) -
Uses of MethodHandler in org.jboss.weld.interceptor.proxy
Classes in org.jboss.weld.interceptor.proxy that implement MethodHandler Modifier and Type Class Description classInterceptorMethodHandler -
Uses of MethodHandler in org.jboss.weld.interceptor.util.proxy
Classes in org.jboss.weld.interceptor.util.proxy that implement MethodHandler Modifier and Type Class Description classTargetInstanceProxyMethodHandler<T>
-