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