public class RequestProcessingConfigurator extends java.lang.Object implements BootstrapConfigurator
ExternalRequestScope
instance into InjectionManager
.Modifier and Type | Class and Description |
---|---|
private static class |
RequestProcessingConfigurator.AsyncContextFactory |
private static class |
RequestProcessingConfigurator.CloseableServiceFactory |
private static class |
RequestProcessingConfigurator.ContainerRequestFactory |
private class |
RequestProcessingConfigurator.ServerProcessingBinder
Defines server-side request processing injection bindings.
|
private static class |
RequestProcessingConfigurator.UriRoutingContextFactory |
Constructor and Description |
---|
RequestProcessingConfigurator() |
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
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.