Class ApplicationClassLoadingPostProcessor

java.lang.Object
org.glassfish.internal.data.ApplicationClassLoadingPostProcessor
All Implemented Interfaces:
org.glassfish.hk2.api.PopulatorPostProcessor

public class ApplicationClassLoadingPostProcessor extends Object implements org.glassfish.hk2.api.PopulatorPostProcessor
If there has been no other PopulatorPostProcessor that has set the descriptors HK2Loader then this one will set it to an appropriate loader for the application, using the application classloader
Author:
jwells
  • Method Details

    • process

      public org.glassfish.hk2.utilities.DescriptorImpl process(org.glassfish.hk2.api.ServiceLocator serviceLocator, org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl)
      Specified by:
      process in interface org.glassfish.hk2.api.PopulatorPostProcessor