|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VaadinServlet.RequestType>
com.vaadin.server.VaadinServlet.RequestType
RequestHandler
can
individually decide whether it wants to handle a request or
not.
@Deprecated protected static enum VaadinServlet.RequestType
Enum Constant Summary | |
---|---|
APP
Deprecated. |
|
BROWSER_DETAILS
Deprecated. |
|
FILE_UPLOAD
Deprecated. |
|
HEARTBEAT
Deprecated. |
|
OTHER
Deprecated. |
|
PUBLISHED_FILE
Deprecated. |
|
STATIC_FILE
Deprecated. |
|
UIDL
Deprecated. |
Method Summary | |
---|---|
static VaadinServlet.RequestType |
valueOf(java.lang.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. |
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 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
Method Detail |
---|
public static VaadinServlet.RequestType[] values()
for (VaadinServlet.RequestType c : VaadinServlet.RequestType.values()) System.out.println(c);
public static VaadinServlet.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 |