Package org.glassfish.internal.data
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 Summary
Modifier and TypeMethodDescriptionorg.glassfish.hk2.utilities.DescriptorImplprocess(org.glassfish.hk2.api.ServiceLocator serviceLocator, org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl)
-
Method Details
-
process
public org.glassfish.hk2.utilities.DescriptorImpl process(org.glassfish.hk2.api.ServiceLocator serviceLocator, org.glassfish.hk2.utilities.DescriptorImpl descriptorImpl) - Specified by:
processin interfaceorg.glassfish.hk2.api.PopulatorPostProcessor
-