public interface InterceptorInvocation
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorMethodInvocation> |
getInterceptorMethodInvocations()
Returns
InterceptorMethodInvocation objects representing interceptor methods to be invoked during an interceptor invocation. |
List<InterceptorMethodInvocation> getInterceptorMethodInvocations()
InterceptorMethodInvocation objects representing interceptor methods to be invoked during an interceptor invocation.
Each of the InterceptorMethodInvocation should be invoked as part of the invocation chain. The methods should be invoked in the given order.
Copyright © 2014 Seam Framework. All Rights Reserved.