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
 

Classes in com.sun.enterprise.module.bootstrap that implement PopulatorPostProcessor
 class ContextDuplicatePostProcessor
          This class will weed out and duplicate implementations of Context and RunLevel, which can happen if the same jar is on the classpath twice.
 

Methods in com.sun.enterprise.module.bootstrap with parameters of type PopulatorPostProcessor
protected  void Main.addPopulatorPostProcessor(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... 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
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.