Package org.jboss.resteasy.springmvc
Class RequestUtil
java.lang.Object
org.jboss.resteasy.springmvc.RequestUtil
- Version:
- $Revision: 1 $
- Author:
- Solomon Duskis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.resteasy.spi.HttpRequestgetHttpRequest(jakarta.servlet.http.HttpServletRequest request) static jakarta.servlet.http.HttpServletRequeststatic ResteasyRequestWrappergetRequestWrapper(jakarta.servlet.http.HttpServletRequest request) static ResteasyRequestWrappergetRequestWrapper(jakarta.servlet.http.HttpServletRequest request, String method, String prefix)
-
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.ServletExceptionIOException
-
getHttpRequest
public static org.jboss.resteasy.spi.HttpRequest getHttpRequest(jakarta.servlet.http.HttpServletRequest request) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletExceptionIOException
-
getRequestWrapper
public static ResteasyRequestWrapper getRequestWrapper(jakarta.servlet.http.HttpServletRequest request, String method, String prefix) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletExceptionIOException
-