Package org.jboss.as.weld.injection
Class WeldConstructionStartInterceptor
- java.lang.Object
-
- org.jboss.as.weld.injection.WeldConstructionStartInterceptor
-
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class WeldConstructionStartInterceptor extends Object implements org.jboss.invocation.Interceptor
Initiates component construction. This interceptor delegates to Weld to start component construction. When Weld resolves the values of constructor parameters, it invokes a callback which allows WF to perform AroundConstruct interception. The callback is registered withinsetupAroundConstructCallback(CreationalContext, InterceptorContext)- Author:
- Jozef Hartinger
-
-
Field Summary
Fields Modifier and Type Field Description static WeldConstructionStartInterceptorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Field Detail
-
INSTANCE
public static final WeldConstructionStartInterceptor INSTANCE
-
-