Package org.vaadin.spring.http
Class VaadinHttpService
java.lang.Object
org.vaadin.spring.http.VaadinHttpService
- All Implemented Interfaces:
HttpService
Implementation of
HttpService.- Author:
- Marko Radinovic (markoradinovic79@gmail.com), Gert-Jan Timmer (gjr.timmer@gmail.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletRequestReturns the current HTTP servlet request, ornullif there is no active request.jakarta.servlet.http.HttpServletResponseReturns the current HTTP servlet response, ornullif there is no active response.
-
Constructor Details
-
VaadinHttpService
public VaadinHttpService()
-
-
Method Details
-
getCurrentRequest
public jakarta.servlet.http.HttpServletRequest getCurrentRequest()Description copied from interface:HttpServiceReturns the current HTTP servlet request, ornullif there is no active request.- Specified by:
getCurrentRequestin interfaceHttpService
-
getCurrentResponse
public jakarta.servlet.http.HttpServletResponse getCurrentResponse()Description copied from interface:HttpServiceReturns the current HTTP servlet response, ornullif there is no active response.- Specified by:
getCurrentResponsein interfaceHttpService
-