Package | Description |
---|---|
org.jboss.weld.context |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
org.jboss.weld.injection.producer |
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.
|
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 © 2023. All rights reserved.