Interface RequestContextProvider
-
public interface RequestContextProviderProvide access to the actual servlet request/response.- Author:
- Jakub Podlesak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.servlet.http.HttpServletRequestgetHttpServletRequest()Get me the actual HTTP Servlet request.jakarta.servlet.http.HttpServletResponsegetHttpServletResponse()Get me the actual HTTP Servlet response.
-
-
-
Method Detail
-
getHttpServletRequest
jakarta.servlet.http.HttpServletRequest getHttpServletRequest()
Get me the actual HTTP Servlet request.- Returns:
- actual HTTP Servlet request.
-
getHttpServletResponse
jakarta.servlet.http.HttpServletResponse getHttpServletResponse()
Get me the actual HTTP Servlet response.- Returns:
- actual HTTP Servlet response.
-
-