Package | Description |
---|---|
org.glassfish.jersey.servlet.internal |
Jersey internal Servlet API.
|
org.glassfish.jersey.servlet.internal.spi |
Jersey internal Servlet SPI.
|
Modifier and Type | Method and Description |
---|---|
static ServletContainerProvider[] |
ServletContainerProviderFactory.getAllServletContainerProviders()
Returns array of all "registered" implementations of
ServletContainerProvider . |
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Class and Description |
---|---|
class |
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.