| Class | Description |
|---|---|
| AbstractWeldSEBeanDeploymentArchive |
Implements the basic requirements of a
BeanDeploymentArchive (bean
archive id and service registry). |
| AbstractWeldSEDeployment |
Implements the basic requirements of a
Deployment. |
| WeldSEBeanDeploymentArchive |
An immutable implementation of
BeanDeploymentArchive which must have
classes and beans.xml resources added to it via
WeldSEBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection, List)
or
WeldSEBeanDeploymentArchive#ImmutableBeanDeploymentArchive(String, Collection, Collection)
See Deployment for more detailed information on creating deployment
structures. |
| WeldSEClassFileInfo |
A store and the access point to the main information about the class that was indexed by jandex in Weld SE.
|
| WeldSEClassFileServices |
Weld SE implementation of the
ClassFileServices), which is a service that is a faster alternative to get info about class without a need to load it
with ClassLoader. |
Copyright © 2014 Seam Framework. All Rights Reserved.