| Interface | Description |
|---|---|
| ExtendedServletContainerProvider |
Implementations could provide their own
HttpServletRequest and HttpServletResponse
binding implementation in HK2 locator and also an implementation of RequestScopedInitializer
that is used to set actual request/response references in injection manager within each request. |
| RequestContextProvider |
Provide access to the actual servlet request/response.
|
| RequestScopedInitializerProvider |
Produces
RequestScopedInitializer
based on provided RequestContextProvider. |
| ServletContainerProvider |
This is internal Jersey SPI to hook to Jersey servlet initialization process driven by
org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer. |
| Class | Description |
|---|---|
| NoOpServletContainerProvider |
Basic
ExtendedServletContainerProvider that provides
dummy no-op method implementation. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.