Uses of Interface
org.glassfish.jersey.servlet.internal.spi.ServletContainerProvider
-
Packages that use ServletContainerProvider Package Description org.glassfish.jersey.servlet Jersey generic Servlet container integration classes.org.glassfish.jersey.servlet.internal Jersey internal Servlet API.org.glassfish.jersey.servlet.internal.spi Jersey internal Servlet SPI. -
-
Uses of ServletContainerProvider in org.glassfish.jersey.servlet
Methods in org.glassfish.jersey.servlet with parameters of type ServletContainerProvider Modifier and Type Method Description private void
WebComponent. configure(ResourceConfig resourceConfig, ServletContainerProvider[] allServletContainerProviders)
SPI/extension hook to configure ResourceConfig. -
Uses of ServletContainerProvider in org.glassfish.jersey.servlet.internal
Methods in org.glassfish.jersey.servlet.internal that return ServletContainerProvider Modifier and Type Method Description static ServletContainerProvider[]
ServletContainerProviderFactory. getAllServletContainerProviders()
Returns array of all "registered" implementations ofServletContainerProvider
. -
Uses of ServletContainerProvider in org.glassfish.jersey.servlet.internal.spi
Subinterfaces of ServletContainerProvider in org.glassfish.jersey.servlet.internal.spi Modifier and Type Interface Description interface
ExtendedServletContainerProvider
Implementations could provide their ownHttpServletRequest
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.Classes in org.glassfish.jersey.servlet.internal.spi that implement ServletContainerProvider Modifier and Type Class Description class
NoOpServletContainerProvider
BasicExtendedServletContainerProvider
that provides dummy no-op method implementation.
-