Uses of Interface
javax.enterprise.inject.spi.BeanManager
-
Packages that use BeanManager Package Description javax.enterprise.inject.se javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean.attributes org.jboss.weld.bean.builtin org.jboss.weld.bootstrap org.jboss.weld.environment.se org.jboss.weld.manager org.jboss.weld.util org.jboss.weld.util.annotated -
-
Uses of BeanManager in javax.enterprise.inject.se
Methods in javax.enterprise.inject.se that return BeanManager Modifier and Type Method Description BeanManagerSeContainer. getBeanManager()Get the CDI BeanManager for this container -
Uses of BeanManager in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return BeanManager Modifier and Type Method Description abstract BeanManagerCDI. getBeanManager()Get the CDI BeanManager for the current contextConstructors in javax.enterprise.inject.spi with parameters of type BeanManager Constructor Description Unmanaged(BeanManager manager, Class<T> clazz)Create an injector for the given class -
Uses of BeanManager in org.jboss.weld.bean.attributes
Methods in org.jboss.weld.bean.attributes with parameters of type BeanManager Modifier and Type Method Description static <T> BeanAttributes<T>ExternalBeanAttributesFactory. of(BeanAttributes<T> source, BeanManager manager)static voidExternalBeanAttributesFactory. validateBeanAttributes(BeanAttributes<?> attributes, BeanManager manager)ValidatesBeanAttributes.static voidExternalBeanAttributesFactory. validateQualifiers(BeanAttributes<?> attributes, BeanManager manager)static voidExternalBeanAttributesFactory. validateScope(BeanAttributes<?> attributes, BeanManager manager)static voidExternalBeanAttributesFactory. validateStereotypes(BeanAttributes<?> attributes, BeanManager manager)static voidExternalBeanAttributesFactory. validateTypes(BeanAttributes<?> attributes, BeanManager manager) -
Uses of BeanManager in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement BeanManager Modifier and Type Class Description classBeanManagerProxyClient view ofBeanManagerImpl.Methods in org.jboss.weld.bean.builtin with parameters of type BeanManager Modifier and Type Method Description static BeanManagerImplBeanManagerProxy. unwrap(BeanManager manager) -
Uses of BeanManager in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type BeanManager Modifier and Type Method Description default voidSyntheticExtension. initialize(BeanManager beanManager)Allows to initialize the synthetic observers before put into service. -
Uses of BeanManager in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return BeanManager Modifier and Type Method Description BeanManagerWeldContainer. getBeanManager()Provides direct access to the BeanManager.Methods in org.jboss.weld.environment.se with parameters of type BeanManager Modifier and Type Method Description protected <T> TWeld. getInstanceByType(BeanManager manager, Class<T> type, Annotation... bindings)Utility method allowing managed instances of beans to provide entry points for non-managed beans (such asWeldContainer).voidWeldSEBeanRegistrant. registerWeldSEBeans(BeforeBeanDiscovery event, BeanManager manager)voidWeldSEBeanRegistrant. registerWeldSEContexts(AfterBeanDiscovery event, BeanManager manager)Method parameters in org.jboss.weld.environment.se with type arguments of type BeanManager Modifier and Type Method Description ContainerLifecycleObserver<T>ContainerLifecycleObserver.Builder. notify(BiConsumer<T,BeanManager> callback)Set a callback used during observer notification. -
Uses of BeanManager in org.jboss.weld.manager
Classes in org.jboss.weld.manager that implement BeanManager Modifier and Type Class Description classBeanManagerImplImplementation of the Bean Manager. -
Uses of BeanManager in org.jboss.weld.util
Classes in org.jboss.weld.util that implement BeanManager Modifier and Type Class Description classForwardingBeanManagerForwarding implementation ofBeanManager.Methods in org.jboss.weld.util that return BeanManager Modifier and Type Method Description abstract BeanManagerForwardingBeanManager. delegate()Methods in org.jboss.weld.util with parameters of type BeanManager Modifier and Type Method Description static voidObservers. validateObserverMethod(ObserverMethod<?> observerMethod, BeanManager beanManager, ObserverMethod<?> originalObserverMethod)Validates given external observer method.static voidBindings. validateQualifiers(Iterable<Annotation> qualifiers, BeanManager manager, Object definer, String nullErrorMessage) -
Uses of BeanManager in org.jboss.weld.util.annotated
Methods in org.jboss.weld.util.annotated with parameters of type BeanManager Modifier and Type Method Description static <T> VetoedSuppressedAnnotatedType<T>VetoedSuppressedAnnotatedType. from(Class<T> clazz, BeanManager beanManager)
-