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   
 

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

Methods in com.sun.enterprise.module.bootstrap that return PopulatorPostProcessor
protected  PopulatorPostProcessor Main.getPopulatorPostProcessor()
           
 

Methods in com.sun.enterprise.module.bootstrap with parameters of type PopulatorPostProcessor
protected  void Main.setPopulatorPostProcessor(PopulatorPostProcessor populatorPostProcessor)
           
 

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 postProcessor)
          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
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.