|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PopulatorPostProcessor in com.sun.enterprise.module |
|---|
| Method parameters in com.sun.enterprise.module with type arguments of type PopulatorPostProcessor | |
|---|---|
ServiceLocator |
ModulesRegistry.createServiceLocator(ServiceLocator serviceLocator,
java.lang.String name,
java.util.List<PopulatorPostProcessor> postProcessors)
Creates a ServiceLocator with the provided parent. |
void |
ModulesRegistry.populateServiceLocator(java.lang.String name,
ServiceLocator h,
java.util.List<PopulatorPostProcessor> postProcessors)
Populates a ServiceLocator 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 | |
|---|---|
class |
ContextDuplicatePostProcessor
This class will weed out and duplicate implementations of anything populated into the locator. |
| Method parameters in com.sun.enterprise.module.bootstrap with type arguments of type PopulatorPostProcessor | |
|---|---|
ServiceLocator |
Main.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 | |
|---|---|
ServiceLocator |
AbstractModulesRegistryImpl.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)
|
void |
AbstractModulesRegistryImpl.populateServiceLocator(java.lang.String name,
ServiceLocator serviceLocator,
java.util.List<PopulatorPostProcessor> postProcessors)
Creates a ServiceLocator 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 | |
|---|---|
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 | |
|---|---|
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.bootstrap |
|---|
| Method parameters in org.glassfish.hk2.bootstrap with type arguments of type PopulatorPostProcessor | |
|---|---|
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 the DescriptorImpl writeObject method. |
| Uses of PopulatorPostProcessor in org.glassfish.hk2.bootstrap.impl |
|---|
| Classes in org.glassfish.hk2.bootstrap.impl that implement PopulatorPostProcessor | |
|---|---|
class |
Hk2LoaderPopulatorPostProcessor
A Simple PopulatorPostProcessor that uses the given classloader to override default HK2Loader behavior |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||