class ExternalRequestScopeConfigurator extends java.lang.Object implements BootstrapConfigurator
ExternalRequestScope
instance into InjectionManager
.Modifier and Type | Class and Description |
---|---|
private static class |
ExternalRequestScopeConfigurator.NoopExternalRequestScopeBinder |
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
LOGGER |
private static ExternalRequestScope<java.lang.Object> |
NOOP_EXTERNAL_REQ_SCOPE |
Constructor and Description |
---|
ExternalRequestScopeConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
init(InjectionManager injectionManager,
BootstrapBag bootstrapBag)
Pre-initialization method should only register services into
InjectionManager and populate BootstrapBag . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postInit
private static final java.util.logging.Logger LOGGER
private static final ExternalRequestScope<java.lang.Object> NOOP_EXTERNAL_REQ_SCOPE
public void init(InjectionManager injectionManager, BootstrapBag bootstrapBag)
BootstrapConfigurator
InjectionManager
and populate BootstrapBag
.init
in interface BootstrapConfigurator
injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.