|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<VaadinPortlet.RequestType>
com.vaadin.server.VaadinPortlet.RequestType
@Deprecated protected static enum VaadinPortlet.RequestType
| Enum Constant Summary | |
|---|---|
ACTION
Deprecated. |
|
APP
Deprecated. |
|
BROWSER_DETAILS
Deprecated. |
|
CONNECTOR_RESOURCE
Deprecated. |
|
DUMMY
Deprecated. |
|
EVENT
Deprecated. |
|
FILE_UPLOAD
Deprecated. |
|
HEARTBEAT
Deprecated. |
|
RENDER
Deprecated. |
|
STATIC_FILE
Deprecated. |
|
UIDL
Deprecated. |
|
UNKNOWN
Deprecated. |
|
| Method Summary | |
|---|---|
static VaadinPortlet.RequestType |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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 CONNECTOR_RESOURCE
public static final VaadinPortlet.RequestType HEARTBEAT
| Method Detail |
|---|
public static VaadinPortlet.RequestType[] values()
for (VaadinPortlet.RequestType c : VaadinPortlet.RequestType.values()) System.out.println(c);
public static VaadinPortlet.RequestType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||