|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DynamicConfiguration | |
|---|---|
| org.glassfish.hk2.api | |
| org.glassfish.hk2.utilities | |
| org.glassfish.hk2.utilities.binding | |
| Uses of DynamicConfiguration in org.glassfish.hk2.api |
|---|
| Methods in org.glassfish.hk2.api that return DynamicConfiguration | |
|---|---|
DynamicConfiguration |
DynamicConfigurationService.createDynamicConfiguration()
Creates a dynamic configuration that can be used to add or remove values to the system |
| Uses of DynamicConfiguration in org.glassfish.hk2.utilities |
|---|
| Methods in org.glassfish.hk2.utilities that return DynamicConfiguration | |
|---|---|
static DynamicConfiguration |
ServiceLocatorUtilities.createDynamicConfiguration(ServiceLocator locator)
This method returns a DynamicConfiguration for use with adding
and removing services to the given ServiceLocator. |
| Methods in org.glassfish.hk2.utilities with parameters of type DynamicConfiguration | |
|---|---|
void |
Binder.bind(DynamicConfiguration config)
This method will be called by the ServiceLocatorUtilities.bind(org.glassfish.hk2.api.ServiceLocator, Binder...) method for each
binder given. |
| Uses of DynamicConfiguration in org.glassfish.hk2.utilities.binding |
|---|
| Classes in org.glassfish.hk2.utilities.binding that implement DynamicConfiguration | |
|---|---|
class |
AbstractBinder
Skeleton implementation of injection binder with convenience methods for binding definitions. |
| Methods in org.glassfish.hk2.utilities.binding with parameters of type DynamicConfiguration | |
|---|---|
static void |
BindingBuilderFactory.addBinding(BindingBuilder<?> builder,
DynamicConfiguration configuration)
Add a binding represented by the binding builder to the HK2 dynamic configuration. |
static void |
BindingBuilderFactory.addBinding(BindingBuilder<?> builder,
DynamicConfiguration configuration,
HK2Loader defaultLoader)
Add a binding represented by the binding builder to the HK2 dynamic configuration. |
void |
AbstractBinder.bind(DynamicConfiguration configuration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||