public class AngularBeansCDIExtension extends Object implements javax.enterprise.inject.spi.Extension
Constructor and Description |
---|
AngularBeansCDIExtension() |
Modifier and Type | Method and Description |
---|---|
<T> void |
processAnnotatedType(javax.enterprise.inject.spi.ProcessAnnotatedType<T> processAnnotatedType)
Observe the ProcessAnnotatedType event and register scanned angularBeans specific
CDI beans (applications (ng module), extensions and angularBeans beans) to the
BeanRegistry that will be used in the angularBeans script (js) generation
|
void |
registerContext(javax.enterprise.inject.spi.AfterBeanDiscovery event,
javax.enterprise.inject.spi.BeanManager manager)
auto called method that observe the beans discovery at deployment, register
the NGSessionScopeContext (and the NGSessionScoped custom CDI scope)
|
public <T> void processAnnotatedType(@Observes javax.enterprise.inject.spi.ProcessAnnotatedType<T> processAnnotatedType)
processAnnotatedType
- public void registerContext(@Observes javax.enterprise.inject.spi.AfterBeanDiscovery event, javax.enterprise.inject.spi.BeanManager manager)
event
- manager
- Copyright © 2015. All rights reserved.