Class WebContextProvider

java.lang.Object
org.nuxeo.ecm.webengine.app.WebContextProvider
All Implemented Interfaces:
jakarta.ws.rs.core.Feature, Supplier<WebContext>

@Provider public class WebContextProvider extends Object implements Supplier<WebContext>, jakarta.ws.rs.core.Feature
Since:
2025.0
  • Field Details

    • request

      @Context protected jakarta.servlet.http.HttpServletRequest request
    • response

      @Context protected jakarta.servlet.http.HttpServletResponse response
    • headers

      @Context protected jakarta.ws.rs.core.HttpHeaders headers
    • uriInfo

      @Context protected jakarta.ws.rs.core.UriInfo uriInfo
    • resourceContext

      @Context protected jakarta.ws.rs.container.ResourceContext resourceContext
  • Constructor Details

    • WebContextProvider

      public WebContextProvider()
  • Method Details

    • get

      public WebContext get()
      Specified by:
      get in interface Supplier<WebContext>
    • configure

      public boolean configure(jakarta.ws.rs.core.FeatureContext context)
      Specified by:
      configure in interface jakarta.ws.rs.core.Feature