Uses of Interface
org.glassfish.hk2.extension.ServiceLocatorGenerator

Packages that use ServiceLocatorGenerator
org.glassfish.hk2.api   
org.glassfish.hk2.internal   
org.jvnet.hk2.external.generator   
 

Uses of ServiceLocatorGenerator in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api with parameters of type ServiceLocatorGenerator
abstract  ServiceLocator ServiceLocatorFactory.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator)
          Creates or finds a ServiceLocator.
 

Uses of ServiceLocatorGenerator in org.glassfish.hk2.internal
 

Methods in org.glassfish.hk2.internal with parameters of type ServiceLocatorGenerator
 ServiceLocator ServiceLocatorFactoryImpl.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator)
           
 

Uses of ServiceLocatorGenerator in org.jvnet.hk2.external.generator
 

Classes in org.jvnet.hk2.external.generator that implement ServiceLocatorGenerator
 class ServiceLocatorGeneratorImpl
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.