Interface | Description |
---|---|
Bootstrap |
Application container initialization API for Weld.
|
BootstrapService |
Marks a
Service that needs to clean up its state once bootstrap is finished. |
CDI11Bootstrap |
An extension to
Bootstrap which allows weld to perform type discovery as required by CDI 1.2. |
Environment |
Represents an environment.
|
Service |
Marks a Service which is used by Weld to interact with it's environment
|
ServiceRegistry |
A service registry
|
Singleton<T> |
Holds a reference to an application singleton.
|
TypeDiscoveryConfiguration |
TypeDiscoveryConfiguration is used by an integrator to determine which classes to discover during the type discovery
phase. |
Class | Description |
---|---|
SingletonProvider |
A provider of
Singleton s |
Enum | Description |
---|---|
Environments |
Requirements for various well known environments.
|
Copyright © 2008-2015. All Rights Reserved.