|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.hk2.bootstrap.impl.Hk2LoaderPopulatorPostProcessor
public class Hk2LoaderPopulatorPostProcessor
A Simple PopulatorPostProcessor that uses the given classloader to override default HK2Loader behavior
| Constructor Summary | |
|---|---|
Hk2LoaderPopulatorPostProcessor()
|
|
Hk2LoaderPopulatorPostProcessor(java.lang.ClassLoader classLoader)
Creates the post-processor to use the given classloader |
|
| Method Summary | |
|---|---|
DescriptorImpl |
process(ServiceLocator serviceLocator,
DescriptorImpl descriptorImpl)
Uses the given classloader to load the class from the descriptor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hk2LoaderPopulatorPostProcessor(java.lang.ClassLoader classLoader)
classLoader - The classloader to use, may not be nullpublic Hk2LoaderPopulatorPostProcessor()
| Method Detail |
|---|
public DescriptorImpl process(ServiceLocator serviceLocator,
DescriptorImpl descriptorImpl)
process in interface PopulatorPostProcessorserviceLocator - the ServiceLocator being populateddescriptorImpl - The descriptorImpl read from some external source. This
processor can modify this descriptor fully.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||