|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.internal.inject.AbstractModule
org.glassfish.jersey.internal.ServiceProvidersModule
public class ServiceProvidersModule
HK2 module that defines injection bindings for ServiceProviders contract
as well as ServiceProviders contract reference. The service
providers contract reference (Ref<ServiceProviders>) can be used
to update the service providers instance that is being injected by HK2.
| Constructor Summary | |
|---|---|
ServiceProvidersModule()
Construct service providers module that binds service providers builder in the Singleton scope. |
|
ServiceProvidersModule(java.lang.Class<? extends org.glassfish.hk2.Scope> providersRefScope)
Construct service providers module. |
|
| Method Summary | |
|---|---|
protected void |
configure()
Implement to provide module binding definitions using the exposed binding methods. |
| Methods inherited from class org.glassfish.jersey.internal.inject.AbstractModule |
|---|
bind, bind, bind, bind, bind, configure, inParent, install |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceProvidersModule()
Singleton scope.
public ServiceProvidersModule(java.lang.Class<? extends org.glassfish.hk2.Scope> providersRefScope)
providersRefScope - binding scope of the service
providers reference.| Method Detail |
|---|
protected void configure()
AbstractModule
configure in class AbstractModule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||