public class ParamExtension extends Object implements Extension
This extension collects the target types of each injection point qualified with
the Param
annotation and dynamically registers Beans that effectively
represents producers for each type.
Constructor and Description |
---|
ParamExtension() |
Modifier and Type | Method and Description |
---|---|
void |
afterBean(AfterBeanDiscovery afterBeanDiscovery,
BeanManager beanManager) |
<T> void |
collect(ProcessManagedBean<T> event) |
public <T> void collect(@Observes ProcessManagedBean<T> event)
public void afterBean(@Observes AfterBeanDiscovery afterBeanDiscovery, BeanManager beanManager)
Copyright © 2012–2014 OmniFaces. All rights reserved.