Package org.glassfish.jersey.server
Class ResourceModelConfigurator
java.lang.Object
org.glassfish.jersey.server.ResourceModelConfigurator
- All Implemented Interfaces:
 BootstrapConfigurator
Configurator which binds providers and resources into 
InjectionManager.- Author:
 - Petr Bouda
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinit(org.glassfish.jersey.internal.inject.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 
- 
Constructor Details
- 
ResourceModelConfigurator
public ResourceModelConfigurator() 
 - 
 - 
Method Details
- 
init
public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag) 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.
 
 -