RequestHandler can
individually decide whether it wants to handle a request or
not.@Deprecated protected static enum VaadinServlet.RequestType extends Enum<VaadinServlet.RequestType>
| Enum Constant and Description |
|---|
APP
Deprecated.
|
BROWSER_DETAILS
Deprecated.
|
FILE_UPLOAD
Deprecated.
|
HEARTBEAT
Deprecated.
|
OTHER
Deprecated.
|
PUBLISHED_FILE
Deprecated.
|
STATIC_FILE
Deprecated.
|
UIDL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static VaadinServlet.RequestType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VaadinServlet.RequestType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VaadinServlet.RequestType FILE_UPLOAD
public static final VaadinServlet.RequestType BROWSER_DETAILS
public static final VaadinServlet.RequestType UIDL
public static final VaadinServlet.RequestType OTHER
public static final VaadinServlet.RequestType STATIC_FILE
public static final VaadinServlet.RequestType APP
public static final VaadinServlet.RequestType PUBLISHED_FILE
public static final VaadinServlet.RequestType HEARTBEAT
public static VaadinServlet.RequestType[] values()
for (VaadinServlet.RequestType c : VaadinServlet.RequestType.values()) System.out.println(c);
public static VaadinServlet.RequestType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 Vaadin Ltd. All rights reserved.