| Modifier and Type | Method and Description |
|---|---|
InterceptionModel<?,?> |
AbstractClassBean.getInterceptors() |
| Constructor and Description |
|---|
InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>,?> interceptionModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanInjectionTarget.setupConstructorInterceptionInstantiator(InterceptionModel<ClassMetadata<?>,?> interceptionModel) |
| Constructor and Description |
|---|
ConstructorInterceptionInstantiator(Instantiator<T> delegate,
InterceptionModel<ClassMetadata<?>,?> model) |
InterceptorApplyingInstantiator(Instantiator<T> delegate,
InterceptionModel<ClassMetadata<?>,?> model) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildableInterceptionModel<T,I>
An interception model that can be manipulated by the builder.
|
| Modifier and Type | Method and Description |
|---|---|
InterceptionModel<T,I> |
InterceptionModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
InterceptionModel<ClassMetadata<?>,?> |
InterceptionContext.getInterceptionModel() |
| Modifier and Type | Method and Description |
|---|---|
static InterceptionContext |
InterceptionContext.forConstructorInterception(InterceptionModel<ClassMetadata<?>,?> interceptionModel,
CreationalContext<?> ctx,
BeanManagerImpl manager) |
static InterceptionContext |
InterceptionContext.forNonConstructorInterception(InterceptionModel<ClassMetadata<?>,?> interceptionModel,
CreationalContext<?> ctx,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<Class<?>,InterceptionModel<ClassMetadata<?>,?>> |
BeanManagerImpl.getInterceptorModelRegistry() |
Copyright © 2013 Seam Framework. All Rights Reserved.