Package org.glassfish.jersey.server
Class ExternalRequestScopeConfigurator
java.lang.Object
org.glassfish.jersey.server.ExternalRequestScopeConfigurator
- All Implemented Interfaces:
BootstrapConfigurator
Configurator which initializes and register
ExternalRequestScope instance into InjectionManager.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Loggerprivate static final ExternalRequestScope<Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(InjectionManager injectionManager, BootstrapBag bootstrapBag) Pre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
Field Details
-
LOGGER
-
NOOP_EXTERNAL_REQ_SCOPE
-
-
Constructor Details
-
ExternalRequestScopeConfigurator
ExternalRequestScopeConfigurator()
-
-
Method Details
-
init
Description copied from interface:BootstrapConfiguratorPre-initialization method should only register services intoInjectionManagerand populateBootstrapBag.- Specified by:
initin interfaceBootstrapConfigurator- Parameters:
injectionManager- not completed injection manager.bootstrapBag- bootstrap bag with services used in following processing.
-