@SpecVersion(spec="cdi",
version="20091101")
public class InterceptorBindingResolutionTest
extends AbstractTest
beanManager| Constructor and Description |
|---|
InterceptorBindingResolutionTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
testBusinessMethodInterceptorBindings(MessageService messageService,
MonitorService monitorService)
Interceptor bindings include the interceptor bindings declared or inherited by the bean at the class level, including,
recursively, interceptor bindings declared as meta-annotations of other interceptor bindings and stereotypes, together
with all interceptor bindings declared at the method level, including, recursively, interceptor bindings declared as
meta-annotations of other interceptor bindings.
|
void |
testLifecycleInterceptorBindings()
For a lifecycle callback method, the interceptor bindings include the interceptor bindings declared or inherited by the
bean at the class level, including, recursively, interceptor bindings declared as meta-annotations of other interceptor
bindings and stereotypes.
|
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
public void testBusinessMethodInterceptorBindings(MessageService messageService, MonitorService monitorService)
messageService - monitorService - public void testLifecycleInterceptorBindings()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.