| Package | Description |
|---|---|
| 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.bootstrap.api | |
| org.jboss.weld.bootstrap.api.helpers | |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanManagerProxy
Client view of
BeanManagerImpl. |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
BeanManagerProxy.createActivity() |
WeldManager |
BeanManagerProxy.getCurrent() |
WeldManager |
BeanManagerProxy.setCurrent(Class<? extends Annotation> scopeType) |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
Bootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive)
Get the manager used for the given beanDeploymentArchive.
|
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
ForwardingBootstrap.getManager(BeanDeploymentArchive beanDeploymentArchive) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanManagerImpl
Implementation of the Bean Manager.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<WeldManager> |
BeanManagers.ID_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
WeldManager |
WeldManager.createActivity()
Create a new child activity.
|
WeldManager |
WeldManager.getCurrent() |
WeldManager |
WeldManager.setCurrent(Class<? extends Annotation> scopeType)
Associate an activity with the current context for a normal scope
|
WeldManager |
WeldManager.unwrap() |
Copyright © 2015. All Rights Reserved.