Uses of Interface
org.jboss.weld.bean.proxy.MethodHandler
-
Packages that use MethodHandler Package Description org.jboss.weld.bean.builtin JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.util.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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 beansclassEnterpriseBeanProxyMethodHandler<T>Method handler for enterprise bean client proxiesclassProxyMethodHandlerA 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 MethodHandlerProxyObject. getHandler()Get the handler.MethodHandlerTargetBeanInstance. getInterceptorsHandler()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 voidProxyObject. setHandler(MethodHandler mi)Sets a handler.voidTargetBeanInstance. setInterceptorsHandler(MethodHandler interceptorsHandler)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)InjectionPointPropagatingEnterpriseTargetBeanInstance(Class<?> baseType, MethodHandler methodHandler, BeanManagerImpl manager) -
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>
-