Class RequestUtil

java.lang.Object
org.jboss.resteasy.springmvc.RequestUtil

public class RequestUtil extends Object
Version:
$Revision: 1 $
Author:
Solomon Duskis
  • Constructor Details

    • RequestUtil

      public RequestUtil()
  • Method Details

    • getRequest

      public static jakarta.servlet.http.HttpServletRequest getRequest()
    • getRequestWrapper

      public static ResteasyRequestWrapper getRequestWrapper(jakarta.servlet.http.HttpServletRequest request) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException
    • getHttpRequest

      public static org.jboss.resteasy.spi.HttpRequest getHttpRequest(jakarta.servlet.http.HttpServletRequest request) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException
    • getRequestWrapper

      public static ResteasyRequestWrapper getRequestWrapper(jakarta.servlet.http.HttpServletRequest request, String method, String prefix) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException