Uses of Interface
org.glassfish.jersey.servlet.internal.spi.RequestScopedInitializerProvider
-
Packages that use RequestScopedInitializerProvider Package Description org.glassfish.jersey.servlet.internal.spi Jersey internal Servlet SPI. -
-
Uses of RequestScopedInitializerProvider in org.glassfish.jersey.servlet.internal.spi
Methods in org.glassfish.jersey.servlet.internal.spi that return RequestScopedInitializerProvider Modifier and Type Method Description RequestScopedInitializerProviderExtendedServletContainerProvider. getRequestScopedInitializerProvider()Give me aRequestScopedInitializerProviderinstance, that will be utilized at runtime to set the actual HTTP Servlet request and response.RequestScopedInitializerProviderNoOpServletContainerProvider. getRequestScopedInitializerProvider()
-