Package | Description |
---|---|
org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
org.jboss.weld.bean.interceptor |
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.builder |
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.
|
org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
Modifier and Type | Method and Description |
---|---|
InterceptionModel |
AbstractClassBean.getInterceptors() |
Constructor and Description |
---|
InterceptorBindingsAdapter(InterceptionModel interceptionModel) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanInjectionTarget.setupConstructorInterceptionInstantiator(InterceptionModel interceptionModel) |
Constructor and Description |
---|
ConstructorInterceptionInstantiator(Instantiator<T> delegate,
InterceptionModel model,
SlimAnnotatedType<?> type) |
InterceptorApplyingInstantiator(Instantiator<T> delegate,
InterceptionModel model,
SlimAnnotatedType<T> type) |
Modifier and Type | Method and Description |
---|---|
InterceptionModel |
InterceptionModelBuilder.build() |
Modifier and Type | Method and Description |
---|---|
InterceptionModel |
InterceptionContext.getInterceptionModel() |
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) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<SlimAnnotatedType<?>,InterceptionModel> |
BeanManagerImpl.getInterceptorModelRegistry() |
Copyright © 2016. All rights reserved.