AsyncContextDelegate to deal with asynchronous
features added in Servlet version 3.0.ServletContainer instance initialization,
i.e. during WebComponent initialization.AsyncContextDelegate, for response processing.ServletContainer.service(URI, URI, HttpServletRequest, HttpServletResponse) method.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.true and a 404 response with no entity body is returned
from either the runtime or the application then the runtime forwards the
request to the next filter in the filter chain.ServletContainerProvider.ApplicationHandler used by this web component.ServletContext.FilterConfigRequestScopedInitializerProvider instance, that will be utilized
at runtime to set the actual HTTP Servlet request and response.ResponseWriter.writeResponseStatusAndHeaders(long, org.glassfish.jersey.server.ContainerResponse) has been invoked.ServletConfigServletContext.WebComponent used by this servlet container.Application.ExtendedServletContainerProvider that provides
dummy no-op method implementation.Persistence unit injection binder.PersistenceUnitInjectionResolver.true then query parameters will not be treated as form parameters (e.g. injectable using
FormParam) in case a Form request is processed by server.RequestScopedInitializer
based on provided RequestContextProvider.ContainerResponseWriter for Servlet containers.resource config from given
servlet context.service method.service method and dispatches
them to the doXXX methods defined in
this class.HK2 ServiceLocator in the Jersey
WebComponent.Servlet or Filter for deploying root resource classes.org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer.ServletContainerProvider.resource config as an attribute of given
servlet context.ContainerResponseWriter responsible for writing the response when processing is to be
suspended.ServletContext.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.