public class ExtensionBeanDeployer extends Object
Constructor and Description |
---|
ExtensionBeanDeployer(BeanManagerImpl manager,
org.jboss.weld.bootstrap.spi.Deployment deployment,
BeanDeploymentArchiveMapping bdaMapping,
Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts) |
Modifier and Type | Method and Description |
---|---|
void |
addExtension(org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension> extension) |
void |
addExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions) |
protected <T,X> void |
createObserverMethod(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
EnhancedAnnotatedMethod<T,? super X> method,
Set<ObserverInitializationContext<?,?>> observerMethodInitializers) |
protected <X> void |
createObserverMethods(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
EnhancedAnnotatedType<? super X> annotatedClass,
Set<ObserverInitializationContext<?,?>> observerMethodInitializers) |
ExtensionBeanDeployer |
deployBeans() |
public ExtensionBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.Deployment deployment, BeanDeploymentArchiveMapping bdaMapping, Collection<ContextHolder<? extends javax.enterprise.context.spi.Context>> contexts)
public ExtensionBeanDeployer deployBeans()
public void addExtensions(Iterable<org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension>> extensions)
public void addExtension(org.jboss.weld.bootstrap.spi.Metadata<javax.enterprise.inject.spi.Extension> extension)
protected <X> void createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedType<? super X> annotatedClass, Set<ObserverInitializationContext<?,?>> observerMethodInitializers)
protected <T,X> void createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, EnhancedAnnotatedMethod<T,? super X> method, Set<ObserverInitializationContext<?,?>> observerMethodInitializers)
Copyright © 2016. All rights reserved.