| Interface | Description |
|---|---|
| BeanDeploymentArchive |
Represents a CDI bean deployment archive.
|
| BeansXml | |
| BootstrapConfiguration | Deprecated |
| CDI11Deployment | |
| ClassAvailableActivation |
ClassAvailableActivation is a data structures representing the <if-class-available> element in Weld's
extensions to beans.xml. |
| Deployment |
Represents a deployment of a CDI application.
|
| EEModuleDescriptor |
In Java EE environment, each
BeanDeploymentArchive should provide a description of the Java EE module it belongs to (WAR, RAR, etc.). |
| Filter |
Filter is a data structures representing the <exclude> elements beans.xml (Since CDI 1.1). |
| Metadata<T> |
A piece of metadata, of type T
|
| Scanning |
Scanning is a data structures representing the <scan> element in Weld's extensions to beans.xml.
|
| SystemPropertyActivation |
SystemPropertyActivation is a data structures representing the <if-system-property> element in Weld's
extensions to beans.xml. |
| WeldFilter |
Filter is a data structures representing the <include> and <exclude> elements in Weld's extensions to
beans.xml. |
| Enum | Description |
|---|---|
| BeanDiscoveryMode |
Represents the value of the
bean-discovery-mode attribute within beans.xml. |
| EEModuleDescriptor.ModuleType |
Enumeration of possible EE module types
|
Copyright © 2008–2017. All rights reserved.