|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentBag | |
|---|---|
| org.glassfish.jersey.internal.inject | Common Jersey internal injection utility classes. |
| org.glassfish.jersey.model.internal | |
| Uses of ComponentBag in org.glassfish.jersey.internal.inject |
|---|
| Methods in org.glassfish.jersey.internal.inject with parameters of type ComponentBag | |
|---|---|
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
org.glassfish.hk2.api.DynamicConfiguration dynamicConfiguration)
Bind all providers contained in providerBag (classes and instances) using HK2 service locator. |
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
RuntimeType constrainedTo,
Set<Class<?>> registeredClasses,
org.glassfish.hk2.api.ServiceLocator locator)
Bind all providers contained in providerBag (classes and instances) using HK2 service locator. |
static void |
ProviderBinder.bindProviders(ComponentBag componentBag,
org.glassfish.hk2.api.ServiceLocator locator)
Bind all providers contained in providerBag (classes and instances) using HK2 service locator. |
| Uses of ComponentBag in org.glassfish.jersey.model.internal |
|---|
| Methods in org.glassfish.jersey.model.internal that return ComponentBag | |
|---|---|
ComponentBag |
ComponentBag.copy()
Get a copy of this component bag. |
ComponentBag |
CommonConfig.getComponentBag()
Returns a ComponentBag instance associated with the configuration. |
ComponentBag |
ComponentBag.immutableCopy()
Get immutable copy of a component bag. |
static ComponentBag |
ComponentBag.newInstance(com.google.common.base.Predicate<ContractProvider> registrationStrategy)
Create new empty component bag. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||