| Interface | Description |
|---|---|
| BeanDeploymentArchive |
Represents a CDI bean deployment archive.
|
| BeansXml | |
| BootstrapConfiguration | |
| 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.
|
| EnabledClass |
Represents a single <class> record (alternative/interceptor/decorator definition) in the beans.xml file.
|
| EnabledStereotype |
Represents a single <stereotype> record in the beans.xml file.
|
| Filter |
Filter is a data structures representing the <include> and
<exclude> elements in Weld's extensions to beans.xml. |
| 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. |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.