| Package | Description |
|---|---|
| org.jboss.weld.context |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.injection.producer |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.interceptor.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| 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,
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,
CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
| Constructor and Description |
|---|
InterceptorMethodHandler(InterceptionContext ctx) |
Copyright © 2016. All Rights Reserved.