public class CustomInterceptorInvocation<T> extends Object implements InterceptorInvocation
| Constructor and Description |
|---|
CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance,
T interceptorInstance,
InterceptionType interceptionType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InterceptorMethodInvocation> |
getInterceptorMethodInvocations() |
public CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance, T interceptorInstance, InterceptionType interceptionType)
public Collection<InterceptorMethodInvocation> getInterceptorMethodInvocations()
getInterceptorMethodInvocations in interface InterceptorInvocationCopyright © 2013 Seam Framework. All Rights Reserved.