| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
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. |
static VaadinServlet.RequestType |
VaadinServlet.RequestType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VaadinServlet.RequestType[] |
VaadinServlet.RequestType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.