| Package | Description |
|---|---|
| org.jboss.weld.contexts | |
| org.jboss.weld.injection.producer | |
| org.jboss.weld.interceptor.proxy |
| Modifier and Type | Method and Description |
|---|---|
InterceptionContext |
CreationalContextImpl.getAroundConstructInterceptionContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreationalContextImpl.setAroundConstructInterceptionContext(InterceptionContext aroundConstructInterceptionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
InterceptorApplyingInstantiator.applyInterceptors(T instance,
InterceptionContext interceptionContext) |
| Modifier and Type | Method and Description |
|---|---|
static InterceptionContext |
InterceptionContext.forConstructorInterception(InterceptionModel interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type)
The context returned by this method may be later reused for other interception types.
|
static InterceptionContext |
InterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
| Constructor and Description |
|---|
InterceptorMethodHandler(InterceptionContext ctx) |
Copyright © 2017. All rights reserved.