| Package | Description |
|---|---|
| org.jboss.weld.bean.builtin | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.spi |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionBean.create(CreationalContext<Extension> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<Extension> |
ExtensionBean.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionBean.destroy(Extension instance,
CreationalContext<Extension> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionBean.create(CreationalContext<Extension> creationalContext) |
void |
ExtensionBean.destroy(Extension instance,
CreationalContext<Extension> creationalContext) |
| Constructor and Description |
|---|
ExtensionBean(BeanManagerImpl manager,
WeldClass<Extension> clazz,
Metadata<Extension> instance) |
ExtensionBean(BeanManagerImpl manager,
WeldClass<Extension> clazz,
Metadata<Extension> instance) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
WeldBootstrap.loadExtensions(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionBeanDeployer.addExtension(Metadata<Extension> extension) |
void |
ExtensionBeanDeployer.addExtensions(Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
Bootstrap.loadExtensions(ClassLoader classLoader)
Load CDI extensions using the provided ClassLoader
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
Deployment.getExtensions()
Specifies the extensions this deployment should call observer methods on.
|
Copyright © 2013 Seam Framework. All Rights Reserved.