Uses of Interface
org.glassfish.hk2.api.PopulatorPostProcessor
Packages that use PopulatorPostProcessor
Package
Description
-
Uses of PopulatorPostProcessor in com.sun.enterprise.module
Method parameters in com.sun.enterprise.module with type arguments of type PopulatorPostProcessorModifier and TypeMethodDescriptionModulesRegistry.createServiceLocator
(ServiceLocator serviceLocator, String name, List<PopulatorPostProcessor> postProcessors) Creates aServiceLocator
with the provided parent.void
ModulesRegistry.populateServiceLocator
(String name, ServiceLocator h, List<PopulatorPostProcessor> postProcessors) Populates aServiceLocator
from all the modules in this registry. -
Uses of PopulatorPostProcessor in com.sun.enterprise.module.bootstrap
Classes in com.sun.enterprise.module.bootstrap that implement PopulatorPostProcessorModifier and TypeClassDescriptionclass
Deprecated.Use DuplicatePostProcessor insteadMethod parameters in com.sun.enterprise.module.bootstrap with type arguments of type PopulatorPostProcessorModifier and TypeMethodDescriptionMain.createServiceLocator
(ModulesRegistry mr, StartupContext context, List<PopulatorPostProcessor> postProcessors, DescriptorFileFinder descriptorFileFinder) -
Uses of PopulatorPostProcessor in com.sun.enterprise.module.common_impl
Method parameters in com.sun.enterprise.module.common_impl with type arguments of type PopulatorPostProcessorModifier and TypeMethodDescriptionAbstractModulesRegistryImpl.createServiceLocator
(ServiceLocator parent, String name, List<PopulatorPostProcessor> postProcessors) protected abstract List
<ActiveDescriptor> AbstractModulesRegistryImpl.parseInhabitants
(Module module, String name, ServiceLocator serviceLocator, List<PopulatorPostProcessor> postProcessors) void
AbstractModulesRegistryImpl.populateServiceLocator
(String name, ServiceLocator serviceLocator, List<PopulatorPostProcessor> postProcessors) Creates aServiceLocator
from all the modules in this registry -
Uses of PopulatorPostProcessor in com.sun.enterprise.module.impl
Method parameters in com.sun.enterprise.module.impl with type arguments of type PopulatorPostProcessorModifier and TypeMethodDescription(package private) List
<ActiveDescriptor> ModuleImpl.parseInhabitants
(String name, List<PopulatorPostProcessor> postProcessors) Parses all the inhabitants descriptors of the given name in this module.protected List
<ActiveDescriptor> ModulesRegistryImpl.parseInhabitants
(Module module, String name, ServiceLocator serviceLocator, List<PopulatorPostProcessor> postProcessors) -
Uses of PopulatorPostProcessor in com.sun.enterprise.module.single
Method parameters in com.sun.enterprise.module.single with type arguments of type PopulatorPostProcessorModifier and TypeMethodDescriptionprotected List
<ActiveDescriptor> ClassPathBasedModulesRegistry.parseInhabitants
(Module module, String name, ServiceLocator serviceLocator, List<PopulatorPostProcessor> postProcessors) protected List
<ActiveDescriptor> SingleModulesRegistry.parseInhabitants
(Module module, String name, ServiceLocator serviceLocator, List<PopulatorPostProcessor> postProcessors) -
Uses of PopulatorPostProcessor in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api with parameters of type PopulatorPostProcessorModifier and TypeMethodDescriptionList
<ActiveDescriptor<?>> Populator.populate
(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors) This method can be used to populate the service locator with files that have been written out using theDescriptorImpl
writeObject method. -
Uses of PopulatorPostProcessor in org.glassfish.hk2.bootstrap
Subinterfaces of PopulatorPostProcessor in org.glassfish.hk2.bootstrapMethod parameters in org.glassfish.hk2.bootstrap with type arguments of type PopulatorPostProcessorModifier and TypeMethodDescriptionstatic List
<ActiveDescriptor> HK2Populator.populate
(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, List<? extends PopulatorPostProcessor> postProcessors) This method can be used to populate the service locator with files that have been written out using theDescriptorImpl
writeObject method. -
Uses of PopulatorPostProcessor in org.glassfish.hk2.bootstrap.impl
Classes in org.glassfish.hk2.bootstrap.impl that implement PopulatorPostProcessorModifier and TypeClassDescriptionclass
A Simple PopulatorPostProcessor that uses the given classloader to override default HK2Loader behavior -
Uses of PopulatorPostProcessor in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities that implement PopulatorPostProcessorModifier and TypeClassDescriptionclass
This is aPopulatorPostProcessor
that adds anHK2Loader
based on a ClassLoader.class
This post-processor removes duplicate descriptors from the set of descriptors being added to the service registry. -
Uses of PopulatorPostProcessor in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal with parameters of type PopulatorPostProcessorModifier and TypeMethodDescriptionList
<ActiveDescriptor<?>> PopulatorImpl.populate
(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)