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 ServiceLocatorModulesRegistry. createServiceLocator(ServiceLocator serviceLocator, java.lang.String name, java.util.List<PopulatorPostProcessor> postProcessors)Creates aServiceLocatorwith the provided parent.voidModulesRegistry. populateServiceLocator(java.lang.String name, ServiceLocator h, java.util.List<PopulatorPostProcessor> postProcessors)Populates aServiceLocatorfrom 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 classContextDuplicatePostProcessorDeprecated.Use DuplicatePostProcessor insteadMethod parameters in com.sun.enterprise.module.bootstrap with type arguments of type PopulatorPostProcessor Modifier and Type Method Description ServiceLocatorMain. createServiceLocator(ModulesRegistry mr, StartupContext context, java.util.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 ServiceLocatorAbstractModulesRegistryImpl. createServiceLocator(ServiceLocator parent, java.lang.String name, java.util.List<PopulatorPostProcessor> postProcessors)protected abstract java.util.List<ActiveDescriptor>AbstractModulesRegistryImpl. parseInhabitants(Module module, java.lang.String name, ServiceLocator serviceLocator, java.util.List<PopulatorPostProcessor> postProcessors)voidAbstractModulesRegistryImpl. populateServiceLocator(java.lang.String name, ServiceLocator serviceLocator, java.util.List<PopulatorPostProcessor> postProcessors)Creates aServiceLocatorfrom 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 (package private) java.util.List<ActiveDescriptor>ModuleImpl. parseInhabitants(java.lang.String name, java.util.List<PopulatorPostProcessor> postProcessors)Parses all the inhabitants descriptors of the given name in this module.protected java.util.List<ActiveDescriptor>ModulesRegistryImpl. parseInhabitants(Module module, java.lang.String name, ServiceLocator serviceLocator, java.util.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 java.util.List<ActiveDescriptor>ClassPathBasedModulesRegistry. parseInhabitants(Module module, java.lang.String name, ServiceLocator serviceLocator, java.util.List<PopulatorPostProcessor> postProcessors)protected java.util.List<ActiveDescriptor>SingleModulesRegistry. parseInhabitants(Module module, java.lang.String name, ServiceLocator serviceLocator, java.util.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 java.util.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 theDescriptorImplwriteObject method. -
Uses of PopulatorPostProcessor in org.glassfish.hk2.bootstrap
Subinterfaces of PopulatorPostProcessor in org.glassfish.hk2.bootstrap Modifier and Type Interface Description interfacePopulatorPostProcessorDeprecated.usePopulatorPostProcessorinsteadMethod parameters in org.glassfish.hk2.bootstrap with type arguments of type PopulatorPostProcessor Modifier and Type Method Description static java.util.List<ActiveDescriptor>HK2Populator. populate(ServiceLocator serviceLocator, DescriptorFileFinder fileFinder, java.util.List<? extends PopulatorPostProcessor> postProcessors)This method can be used to populate the service locator with files that have been written out using theDescriptorImplwriteObject 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 classHk2LoaderPopulatorPostProcessorA 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 classClassLoaderPostProcessorThis is aPopulatorPostProcessorthat adds anHK2Loaderbased on a ClassLoader.classDuplicatePostProcessorThis 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 java.util.List<ActiveDescriptor<?>>PopulatorImpl. populate(DescriptorFileFinder fileFinder, PopulatorPostProcessor... postProcessors)
-