Uses of Interface
org.glassfish.hk2.api.PopulatorPostProcessor
-
-
Uses of PopulatorPostProcessor in com.sun.enterprise.module
Method parameters in com.sun.enterprise.module with type arguments of type PopulatorPostProcessor Modifier and Type Method Description ServiceLocator
ModulesRegistry. 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 PopulatorPostProcessor Modifier and Type Class Description class
ContextDuplicatePostProcessor
Deprecated.Use DuplicatePostProcessor insteadMethod parameters in com.sun.enterprise.module.bootstrap with type arguments of type PopulatorPostProcessor Modifier and Type Method Description ServiceLocator
Main. 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 PopulatorPostProcessor Modifier and Type Method Description ServiceLocator
AbstractModulesRegistryImpl. 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 PopulatorPostProcessor Modifier and Type Method Description 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 PopulatorPostProcessor Modifier and Type Method Description protected 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 PopulatorPostProcessor Modifier and Type Method Description List<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.bootstrap Modifier and Type Interface Description interface
PopulatorPostProcessor
Deprecated.usePopulatorPostProcessor
insteadMethod parameters in org.glassfish.hk2.bootstrap with type arguments of type PopulatorPostProcessor Modifier and Type Method Description static 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 PopulatorPostProcessor Modifier and Type Class Description class
Hk2LoaderPopulatorPostProcessor
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 PopulatorPostProcessor Modifier and Type Class Description class
ClassLoaderPostProcessor
This is aPopulatorPostProcessor
that adds anHK2Loader
based on a ClassLoader.class
DuplicatePostProcessor
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 PopulatorPostProcessor Modifier and Type Method Description List<ActiveDescriptor<?>>
PopulatorImpl. populate(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)
-