| Package | Description |
|---|---|
| org.jboss.weld.interceptor.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InterceptorMethodInvocation> |
InterceptionContext.buildInterceptorMethodInvocations(java.lang.Object instance,
java.lang.reflect.Method method,
InterceptionType interceptionType) |
java.util.List<InterceptorMethodInvocation> |
InterceptionContext.buildInterceptorMethodInvocationsForConstructorInterception() |
java.util.List<InterceptorMethodInvocation> |
InterceptorInvocation.getInterceptorMethodInvocations()
Returns
InterceptorMethodInvocation objects representing interceptor methods to be invoked during an interceptor invocation. |
java.util.List<InterceptorMethodInvocation> |
CustomInterceptorInvocation.getInterceptorMethodInvocations() |
| Constructor and Description |
|---|
WeldInvocationContext(java.lang.reflect.Constructor<?> constructor,
java.lang.Object[] parameters,
java.util.Map<java.lang.String,java.lang.Object> contextData,
java.util.List<InterceptorMethodInvocation> chain,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings) |
WeldInvocationContext(InvocationContext delegate,
java.util.List<InterceptorMethodInvocation> chain,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings,
CombinedInterceptorAndDecoratorStackMethodHandler currentHandler) |
WeldInvocationContext(java.lang.Object target,
java.lang.reflect.Method targetMethod,
java.lang.reflect.Method proceed,
java.lang.Object[] parameters,
java.util.List<InterceptorMethodInvocation> chain,
java.util.Set<java.lang.annotation.Annotation> interceptorBindings,
InterceptionDecorationContext.Stack stack) |
Copyright © 2015. All Rights Reserved.