Uses of Interface
org.glassfish.hk2.utilities.Binder

Packages that use Binder
org.glassfish.hk2.utilities   
org.glassfish.hk2.utilities.binding   
 

Uses of Binder in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities with parameters of type Binder
static ServiceLocator ServiceLocatorUtilities.bind(Binder... binders)
          This method will create or find a ServiceLocator with the name "default" and bind all of the binders given together in a single config transaction.
static void ServiceLocatorUtilities.bind(ServiceLocator locator, Binder... binders)
          This method will bind all of the binders given together in a single config transaction.
static ServiceLocator ServiceLocatorUtilities.bind(java.lang.String name, Binder... binders)
          This method will create or find a ServiceLocator with the given name and bind all of the binders given together in a single config transaction.
 

Uses of Binder in org.glassfish.hk2.utilities.binding
 

Classes in org.glassfish.hk2.utilities.binding that implement Binder
 class AbstractBinder
          Skeleton implementation of injection binder with convenience methods for binding definitions.
 

Methods in org.glassfish.hk2.utilities.binding with parameters of type Binder
 void AbstractBinder.install(Binder... binders)
          Adds all binding definitions from the binders to the binding configuration.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.