Uses of Interface
org.glassfish.hk2.BinderFactory

Packages that use BinderFactory
org.glassfish.hk2   
 

Uses of BinderFactory in org.glassfish.hk2
 

Subinterfaces of BinderFactory in org.glassfish.hk2
 interface DynamicBinderFactory
          Sub interfaces of the BinderFactory to allow dynamic registration of services.
 

Methods in org.glassfish.hk2 that return BinderFactory
 BinderFactory BinderFactory.inParent()
          Return the parent binder factory instance which can be used to bind services for wider visibility outside of this module definition.
 

Methods in org.glassfish.hk2 with parameters of type BinderFactory
 void Module.configure(BinderFactory binderFactory)
          Main configuration hook for modules.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.