Package | Description |
---|---|
org.jboss.weld.bean.builtin | |
org.jboss.weld.bean.proxy | |
org.jboss.weld.interceptor.proxy | |
org.jboss.weld.interceptor.util.proxy |
Modifier and Type | Class and Description |
---|---|
class |
CallableMethodHandler |
Modifier and Type | Class and Description |
---|---|
class |
CombinedInterceptorAndDecoratorStackMethodHandler
A method handler that wraps the invocation of interceptors and decorators.
|
class |
DecoratorProxyMethodHandler
Method handler for decorated beans
|
class |
EnterpriseBeanProxyMethodHandler<T>
Method handler for enterprise bean client proxies
|
class |
ProxyMethodHandler
A general purpose MethodHandler for all proxies which routes calls to the
BeanInstance associated with this proxy or handler. |
Modifier and Type | Method and Description |
---|---|
MethodHandler |
ProxyObject.getHandler()
Get the handler.
|
MethodHandler |
CombinedInterceptorAndDecoratorStackMethodHandler.getInterceptorMethodHandler() |
MethodHandler |
TargetBeanInstance.getInterceptorsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyObject.setHandler(MethodHandler mi)
Sets a handler.
|
void |
CombinedInterceptorAndDecoratorStackMethodHandler.setInterceptorMethodHandler(MethodHandler interceptorMethodHandler) |
void |
TargetBeanInstance.setInterceptorsHandler(MethodHandler interceptorsHandler) |
Constructor and Description |
---|
EnterpriseTargetBeanInstance(Class<?> baseType,
MethodHandler methodHandler) |
EnterpriseTargetBeanInstance(Set<Type> types,
MethodHandler methodHandler) |
InjectionPointPropagatingEnterpriseTargetBeanInstance(Class<?> baseType,
MethodHandler methodHandler,
BeanManagerImpl manager) |
Modifier and Type | Class and Description |
---|---|
class |
InterceptorMethodHandler |
Modifier and Type | Class and Description |
---|---|
class |
TargetInstanceProxyMethodHandler<T> |
Copyright © 2016. All rights reserved.