| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
protected VaadinServletRequest |
VaadinServlet.createVaadinRequest(javax.servlet.http.HttpServletRequest request)
Creates a Vaadin request for a http servlet request.
|
static VaadinServletRequest |
VaadinServletRequest.getCurrent()
Gets the currently processed Vaadin servlet request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VaadinServlet.criticalNotification(VaadinServletRequest request,
VaadinServletResponse response,
String caption,
String message,
String details,
String url)
Deprecated.
As of 7.0. This method is retained only for backwards
compatibility and for GAEVaadinServlet.
|
protected VaadinServlet.RequestType |
VaadinServlet.getRequestType(VaadinServletRequest request)
Deprecated.
As of 7.0. This is no longer used and only provided for
backwards compatibility. Each
RequestHandler can
individually decide whether it wants to handle a request or
not. |
Copyright © 2022 Vaadin Ltd. All rights reserved.