@Vetoed
| Interface | Description |
|---|---|
| BeanArchiveHandler |
Handles the reference to a bean archive.
|
| BeanArchiveScanner |
Scans the application for bean archives.
|
| DiscoveryStrategy | |
| FileSystemBeanArchiveHandler.Entry |
An abstraction of a bean archive entry.
|
| Class | Description |
|---|---|
| AbstractDiscoveryStrategy | |
| BeanArchiveBuilder |
A class used to store information about the bean archive and to build the
WeldBeanDeploymentArchive
instance from the gathered information. |
| BeanArchiveScanner.ScanResult | |
| DefaultBeanArchiveScanner |
Scans the classpath and tries to process all "META-INF/beans.xml" resources.
|
| DiscoveryStrategyFactory | |
| FileSystemBeanArchiveHandler |
Handles JAR files and directories.
|
| ReflectionDiscoveryStrategy |
This implementation supports bean-discovery-mode="annotated" and makes use of reflection to detect a class with a bean defining annotation.
|
Copyright © 2015. All Rights Reserved.