Package | Description |
---|---|
org.jboss.weld.injection.producer | |
org.jboss.weld.interceptor.chain | |
org.jboss.weld.interceptor.proxy |
Modifier and Type | Method and Description |
---|---|
protected T |
InterceptorApplyingInstantiator.applyInterceptors(T instance,
InterceptionContext interceptionContext) |
Constructor and Description |
---|
AbstractInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
AbstractInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
Modifier and Type | Method and Description |
---|---|
static InterceptionContext |
InterceptionContext.forConstructorInterception(InterceptionModel interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
static InterceptionContext |
InterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
Constructor and Description |
---|
InterceptorMethodHandler(InterceptionContext ctx) |
SimpleInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
SimpleInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
Copyright © 2016. All rights reserved.