Package org.glassfish.jersey.server
Class ApplicationHandler.RuntimeConfigConfigurator
java.lang.Object
org.glassfish.jersey.server.ApplicationHandler.RuntimeConfigConfigurator
- All Implemented Interfaces:
BootstrapConfigurator
- Enclosing class:
- ApplicationHandler
private class ApplicationHandler.RuntimeConfigConfigurator
extends Object
implements BootstrapConfigurator
Configurator which initializes and register
ApplicationHandler
and Configuration
instances into
InjectionManager
and BootstrapBag
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(InjectionManager injectionManager, BootstrapBag bootstrapBag) Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.glassfish.jersey.internal.BootstrapConfigurator
postInit
-
Constructor Details
-
RuntimeConfigConfigurator
private RuntimeConfigConfigurator()
-
-
Method Details
-
init
Description copied from interface:BootstrapConfigurator
Pre-initialization method should only register services intoInjectionManager
and populateBootstrapBag
.- Specified by:
init
in interfaceBootstrapConfigurator
- Parameters:
injectionManager
- not completed injection manager.bootstrapBag
- bootstrap bag with services used in following processing.
-