Class ServletApiRequest.CrossContextIncluded

java.lang.Object
org.eclipse.jetty.ee10.servlet.ServletApiRequest
org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextIncluded
All Implemented Interfaces:
jakarta.servlet.http.HttpServletRequest, jakarta.servlet.ServletRequest
Enclosing class:
ServletApiRequest

public static class ServletApiRequest.CrossContextIncluded extends ServletApiRequest
  • Constructor Details

  • Method Details

    • getPathInfo

      public String getPathInfo()
      Specified by:
      getPathInfo in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getPathInfo in class ServletApiRequest
    • getContextPath

      public String getContextPath()
      Specified by:
      getContextPath in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getContextPath in class ServletApiRequest
    • getQueryString

      public String getQueryString()
      Specified by:
      getQueryString in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getQueryString in class ServletApiRequest
    • getServletPath

      public String getServletPath()
      Specified by:
      getServletPath in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getServletPath in class ServletApiRequest
    • getHttpServletMapping

      public jakarta.servlet.http.HttpServletMapping getHttpServletMapping()
      Specified by:
      getHttpServletMapping in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getHttpServletMapping in class ServletApiRequest
    • getRequestURI

      public String getRequestURI()
      Specified by:
      getRequestURI in interface jakarta.servlet.http.HttpServletRequest
      Overrides:
      getRequestURI in class ServletApiRequest
    • extractQueryParameters

      protected void extractQueryParameters() throws org.eclipse.jetty.http.BadMessageException
      Overrides:
      extractQueryParameters in class ServletApiRequest
      Throws:
      org.eclipse.jetty.http.BadMessageException