|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.ui.dwr.Engine
public class Engine
Engine is a server-side proxy that allows Java programmers to call client side Javascript from Java.
for more documenation on server-side proxies| Field Summary | |
|---|---|
static int |
IFrame
XHR remoting type constant. |
static int |
ScriptTag
XHR remoting type constant. |
static int |
XMLHttpRequest
XHR remoting type constant. |
| Constructor Summary | |
|---|---|
Engine()
|
|
| Method Summary | |
|---|---|
static void |
openInDownload(byte[] blob)
Send some data to the client and have the browser offer it for download |
static void |
openInDownload(FileTransfer ft)
Send some data to the client and have the browser offer it for download |
static void |
openInDownload(java.io.InputStream in)
Send some data to the client and have the browser offer it for download |
static void |
setActiveReverseAjax(boolean activeReverseAjax)
Does DWR poll the server for updates? (Default: false) |
static void |
setAsync(boolean async)
Do we ask the XHR object to be asynchronous? (Default: true) |
static void |
setHttpMethod(java.lang.String httpMethod)
Which HTTP method do we use to send results? Must be one of "GET" or "POST". |
static void |
setOrdered(boolean ordered)
Ensure that remote calls happen in the order in which they were sent? (Default: false) |
static void |
setPollType(int newPollType)
Set the preferred polling type. |
static void |
setPollUsingComet(boolean pollComet)
Does DWR us comet polling? (Default: true) |
static void |
setRpcType(int newType)
Set the preferred remoting type. |
static void |
setTimeout(int timeout)
Set a default timeout value for all calls. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int XMLHttpRequest
public static final int IFrame
public static final int ScriptTag
| Constructor Detail |
|---|
public Engine()
| Method Detail |
|---|
public static void openInDownload(byte[] blob)
blob - The data to be downloadedpublic static void openInDownload(java.io.InputStream in)
in - The data to be downloadedpublic static void openInDownload(FileTransfer ft)
ft - The data to be downloadedpublic static void setTimeout(int timeout)
timeout - The time to wait in millisecondspublic static void setRpcType(int newType)
newType - One of dwr.engine.XMLHttpRequest or dwr.engine.IFrame or dwr.engine.ScriptTagpublic static void setHttpMethod(java.lang.String httpMethod)
httpMethod - One of XMLHttpRequest, IFrame or ScriptTagpublic static void setOrdered(boolean ordered)
ordered - True to set call ordering.public static void setAsync(boolean async)
async - False to become synchronous (not recommended)public static void setActiveReverseAjax(boolean activeReverseAjax)
activeReverseAjax - True/False to turn RA on/offpublic static void setPollUsingComet(boolean pollComet)
pollComet - True/False to use Comet where supportedpublic static void setPollType(int newPollType)
newPollType - One of XMLHttpRequest, IFrame or ScriptTag
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||