Class ResourceMethodInvokerConfigurator
- java.lang.Object
-
- org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
-
- All Implemented Interfaces:
BootstrapConfigurator
public class ResourceMethodInvokerConfigurator extends Object implements BootstrapConfigurator
Configurator which initializes and registerResourceMethodDispatcherinstance intoBootstrapBag.- Author:
- Petr Bouda
-
-
Constructor Summary
Constructors Constructor Description ResourceMethodInvokerConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)voidpostInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)
-
-
-
Method Detail
-
init
public void init(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)- Specified by:
initin interfaceBootstrapConfigurator
-
postInit
public void postInit(org.glassfish.jersey.internal.inject.InjectionManager injectionManager, BootstrapBag bootstrapBag)- Specified by:
postInitin interfaceBootstrapConfigurator
-
-