Uses of Class
com.vaadin.flow.server.VaadinServletRequest
-
Packages that use VaadinServletRequest Package Description com.vaadin.flow.server -
-
Uses of VaadinServletRequest in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return VaadinServletRequest Modifier and Type Method Description protected VaadinServletRequestVaadinServlet. createVaadinRequest(javax.servlet.http.HttpServletRequest request)Creates a Vaadin request for a http servlet request.static VaadinServletRequestVaadinServletRequest. getCurrent()Gets the currently processed Vaadin servlet request.
-