|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PartialResponse>
org.directwebremoting.dwrp.PartialResponse
public enum PartialResponse
A set of constants that represent how browsers need data flushed to them
| Enum Constant Summary | |
|---|---|
NO
The client can not handle partial responses |
|
YES
The client can handle partial responses |
|
| Method Summary | |
|---|---|
static PartialResponse |
fromOrdinal(java.lang.String lookupid)
Convert a string from the web into a PartialResponse. |
static PartialResponse |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PartialResponse[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 PartialResponse NO
public static final PartialResponse YES
| Method Detail |
|---|
public static PartialResponse[] values()
for (PartialResponse c : PartialResponse.values()) System.out.println(c);
public static PartialResponse 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 nullpublic static PartialResponse fromOrdinal(java.lang.String lookupid)
lookupid - The PartialResponse to look-up
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||