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,
SlimAnnotatedType<?> type) |
InterceptorApplyingInstantiator(Instantiator<T> delegate,
InterceptionModel<ClassMetadata<?>> model,
SlimAnnotatedType<T> type) |
Modifier and Type | Method and Description |
---|---|
InterceptionModel<T> |
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,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
static InterceptionContext |
InterceptionContext.forNonConstructorInterception(InterceptionModel<ClassMetadata<?>> interceptionModel,
javax.enterprise.context.spi.CreationalContext<?> ctx,
BeanManagerImpl manager,
SlimAnnotatedType<?> type) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<SlimAnnotatedType<?>,InterceptionModel<ClassMetadata<?>>> |
BeanManagerImpl.getInterceptorModelRegistry() |
Copyright © 2013 Seam Framework. All rights reserved.