Uses of Class
com.vaadin.server.VaadinServletRequest
-
Packages that use VaadinServletRequest Package Description com.vaadin.server -
-
Uses of VaadinServletRequest in com.vaadin.server
Methods in com.vaadin.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.Methods in com.vaadin.server with parameters of type VaadinServletRequest Modifier and Type Method Description protected voidVaadinServlet. criticalNotification(VaadinServletRequest request, VaadinServletResponse response, String caption, String message, String details, String url)Deprecated.As of 7.0.protected VaadinServlet.RequestTypeVaadinServlet. getRequestType(VaadinServletRequest request)Deprecated.As of 7.0.
-