| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bean.attributes |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.bean.builtin |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.environment |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.environment.se | |
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.manager.api | |
| org.jboss.weld.probe | |
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BeanManager |
CDI.getBeanManager()
Get the CDI BeanManager for the current context
|
| Constructor and Description |
|---|
Unmanaged(BeanManager manager,
Class<T> clazz)
Create an injector for the given class
|
| Modifier and Type | Method and Description |
|---|---|
static <T> BeanAttributes<T> |
ExternalBeanAttributesFactory.of(BeanAttributes<T> source,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateBeanAttributes(BeanAttributes<?> attributes,
BeanManager manager)
Validates
BeanAttributes. |
static void |
ExternalBeanAttributesFactory.validateQualifiers(BeanAttributes<?> attributes,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateScope(BeanAttributes<?> attributes,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateStereotypes(BeanAttributes<?> attributes,
BeanManager manager) |
static void |
ExternalBeanAttributesFactory.validateTypes(BeanAttributes<?> attributes,
BeanManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanManagerProxy
Client view of
BeanManagerImpl. |
| Modifier and Type | Method and Description |
|---|---|
static BeanManagerImpl |
BeanManagerProxy.unwrap(BeanManager manager) |
| Modifier and Type | Method and Description |
|---|---|
BeanManager |
ContainerInstance.getBeanManager()
Returns a BeanManager used by this container.
|
| Modifier and Type | Method and Description |
|---|---|
BeanManager |
WeldContainer.getBeanManager()
Provides direct access to the BeanManager.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
Weld.getInstanceByType(BeanManager manager,
Class<T> type,
Annotation... bindings)
Utility method allowing managed instances of beans to provide entry points for non-managed beans (such as
WeldContainer). |
void |
WeldSEBeanRegistrant.registerWeldSEBeans(BeforeBeanDiscovery event,
BeanManager manager) |
void |
WeldSEBeanRegistrant.registerWeldSEContexts(AfterBeanDiscovery event,
BeanManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanManagerImpl
Implementation of the Bean Manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldManager
Functionality provided by the Weld Manager over and above the JSR-299 Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProbeExtension.afterBeanDiscovery(AfterBeanDiscovery event,
BeanManager beanManager) |
void |
ProbeExtension.afterDeploymentValidation(AfterDeploymentValidation event,
BeanManager beanManager) |
void |
ProbeExtension.beforeBeanDiscovery(BeforeBeanDiscovery event,
BeanManager beanManager) |
void |
ProbeExtension.beforeShutdown(BeforeShutdown event,
BeanManager beanManager) |
<T> void |
ProbeExtension.processBeanAttributes(ProcessBeanAttributes<T> event,
BeanManager beanManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingBeanManager
Forwarding implementation of
BeanManager. |
| Modifier and Type | Method and Description |
|---|---|
abstract BeanManager |
ForwardingBeanManager.delegate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Observers.validateObserverMethod(ObserverMethod<?> observerMethod,
BeanManager beanManager) |
static void |
Bindings.validateQualifiers(Iterable<Annotation> qualifiers,
BeanManager manager,
Object definer,
String nullErrorMessage) |
Copyright © 2015. All Rights Reserved.