|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.directwebremoting.dwrp.PartialResponse
public class PartialResponse
A set of constants that represent how browsers need data flushed to them
Field Summary | |
---|---|
static int |
FLUSH
The client can only handle partial responses with a 4k data post (can be whitespace) - we're talking IE here. |
static int |
NO
The client can not handle partial responses |
static int |
YES
The client can handle partial responses |
Constructor Summary | |
---|---|
PartialResponse()
|
Method Summary | |
---|---|
static int |
fromOrdinal(java.lang.String id)
Convert a string from the web into a PartialResponse. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO
public static final int YES
public static final int FLUSH
Constructor Detail |
---|
public PartialResponse()
Method Detail |
---|
public static int fromOrdinal(java.lang.String id)
id
- The PartialResponse to look-up
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |