Package | Description |
---|---|
org.jboss.weld.injection.producer | |
org.jboss.weld.interceptor.chain | |
org.jboss.weld.interceptor.proxy |
Modifier and Type | Method and Description |
---|---|
protected T |
InterceptorApplyingInstantiator.applyInterceptors(T instance,
InterceptionContext interceptionContext) |
Constructor and Description |
---|
AbstractInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
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) |
Constructor and Description |
---|
InterceptorMethodHandler(InterceptionContext ctx,
InvocationContextFactory factory) |
SimpleInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
Copyright © 2013 Seam Framework. All Rights Reserved.