RequestHandler can
individually decide whether it wants to handle a request or
not.@Deprecated protected static enum VaadinPortlet.RequestType extends Enum<VaadinPortlet.RequestType>
| Enum Constant and Description |
|---|
ACTION
Deprecated.
|
APP
Deprecated.
|
BROWSER_DETAILS
Deprecated.
|
DUMMY
Deprecated.
|
EVENT
Deprecated.
|
FILE_UPLOAD
Deprecated.
|
HEARTBEAT
Deprecated.
|
PUBLISHED_FILE
Deprecated.
|
RENDER
Deprecated.
|
STATIC_FILE
Deprecated.
|
UIDL
Deprecated.
|
UNKNOWN
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static VaadinPortlet.RequestType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VaadinPortlet.RequestType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VaadinPortlet.RequestType FILE_UPLOAD
public static final VaadinPortlet.RequestType UIDL
public static final VaadinPortlet.RequestType RENDER
public static final VaadinPortlet.RequestType STATIC_FILE
public static final VaadinPortlet.RequestType APP
public static final VaadinPortlet.RequestType DUMMY
public static final VaadinPortlet.RequestType EVENT
public static final VaadinPortlet.RequestType ACTION
public static final VaadinPortlet.RequestType UNKNOWN
public static final VaadinPortlet.RequestType BROWSER_DETAILS
public static final VaadinPortlet.RequestType PUBLISHED_FILE
public static final VaadinPortlet.RequestType HEARTBEAT
public static VaadinPortlet.RequestType[] values()
for (VaadinPortlet.RequestType c : VaadinPortlet.RequestType.values()) System.out.println(c);
public static VaadinPortlet.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 © 2017 Vaadin Ltd. All rights reserved.