Package org.glassfish.jersey.servlet.internal.spi
package org.glassfish.jersey.servlet.internal.spi
Jersey internal Servlet SPI.
-
ClassDescriptionImplementations could provide their own
HttpServletRequest
andHttpServletResponse
binding implementation in HK2 locator and also an implementation ofRequestScopedInitializer
that is used to set actual request/response references in injection manager within each request.BasicExtendedServletContainerProvider
that provides dummy no-op method implementation.Provide access to the actual servlet request/response.ProducesRequestScopedInitializer
based on providedRequestContextProvider
.This is internal Jersey SPI to hook to Jersey servlet initialization process driven byorg.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
.