Uses of Interface
org.glassfish.hk2.bootstrap.PopulatorPostProcessor

Packages that use PopulatorPostProcessor
com.sun.enterprise.module.bootstrap   
org.glassfish.hk2.bootstrap   
org.glassfish.hk2.bootstrap.impl   
org.jvnet.hk2.osgiadapter   
 

Uses of PopulatorPostProcessor in com.sun.enterprise.module.bootstrap
 

Classes in com.sun.enterprise.module.bootstrap that implement PopulatorPostProcessor
 class ContextDuplicatePostProcessor
          This class will weed out and duplicate implementations of anything populated into the locator.
 

Method parameters in com.sun.enterprise.module.bootstrap with type arguments of type PopulatorPostProcessor
 ServiceLocator Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
 

Uses of PopulatorPostProcessor in org.glassfish.hk2.bootstrap
 

Methods in org.glassfish.hk2.bootstrap with parameters of type PopulatorPostProcessor
static void HK2Populator.populate(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)
          This method can be used to populate the service locator with files that have been written out using the DescriptorImpl writeObject method.
 

Uses of PopulatorPostProcessor in org.glassfish.hk2.bootstrap.impl
 

Classes in org.glassfish.hk2.bootstrap.impl that implement PopulatorPostProcessor
 class Hk2LoaderPopulatorPostProcessor
          A Simple PopulatorPostProcessor that uses the given classloader to override default HK2Loader behavior
 

Uses of PopulatorPostProcessor in org.jvnet.hk2.osgiadapter
 

Classes in org.jvnet.hk2.osgiadapter that implement PopulatorPostProcessor
 class OsgiPopulatorPostProcessor
          A PopulatorPostProcessor that sets the HK2Loader prior to binding a descriptor
 

Method parameters in org.jvnet.hk2.osgiadapter with type arguments of type PopulatorPostProcessor
 ServiceLocator HK2Main.createServiceLocator(ModulesRegistry mr, StartupContext context, List<? extends PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.