Uses of Class
org.directwebremoting.ScriptBuffer

Packages that use ScriptBuffer
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business. 
org.directwebremoting.dwrp   
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
org.directwebremoting.proxy   
org.directwebremoting.ui   
 

Uses of ScriptBuffer in org.directwebremoting
 

Methods in org.directwebremoting that return ScriptBuffer
 ScriptBuffer ScriptBuffer.appendAll(ScriptBuffer buffer)
           
 ScriptBuffer ScriptBuffer.appendCall(java.lang.String funcName, java.lang.Object... params)
          Call a named function with one parameter.
 ScriptBuffer ScriptBuffer.appendData(boolean b)
           
 ScriptBuffer ScriptBuffer.appendData(char c)
           
 ScriptBuffer ScriptBuffer.appendData(double d)
           
 ScriptBuffer ScriptBuffer.appendData(float f)
           
 ScriptBuffer ScriptBuffer.appendData(int i)
           
 ScriptBuffer ScriptBuffer.appendData(long l)
           
 ScriptBuffer ScriptBuffer.appendData(java.lang.Object obj)
           
 ScriptBuffer ScriptBuffer.appendData(java.lang.String str)
           
 ScriptBuffer ScriptBuffer.appendScript(java.lang.String str)
           
 

Methods in org.directwebremoting with parameters of type ScriptBuffer
static void ScriptSessions.addScript(ScriptBuffer script)
          Add a script to the list waiting for remote execution.
 void ScriptSession.addScript(ScriptBuffer script)
          Add a script to the list waiting for remote execution.
 ScriptBuffer ScriptBuffer.appendAll(ScriptBuffer buffer)
           
 

Uses of ScriptBuffer in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type ScriptBuffer
 void BaseCallHandler.addScriptHandleExceptions(ScriptConduit conduit, ScriptBuffer script)
          Marshall a Script without worrying about MarshallExceptions
 

Uses of ScriptBuffer in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return ScriptBuffer
static ScriptBuffer EnginePrivate.getRemoteCloseFunctionScript(java.lang.String id)
          Call dwr.engine.remote.closeFunction() in the browser
static ScriptBuffer EnginePrivate.getRemoteExecuteFunctionScript(java.lang.String id, java.lang.Object[] params)
          Call dwr.engine.remote.executeFunction() in the browser
static ScriptBuffer EnginePrivate.getRemoteExecuteObjectScript(java.lang.String id, java.lang.String methodName, java.lang.Object[] params)
          Call dwr.engine.remote.executeFunction() in the browser
static ScriptBuffer EnginePrivate.getRemoteHandleCallbackScript(java.lang.String batchId, java.lang.String callId, java.lang.Object data)
          Call the dwr.engine.remote.handleResponse() in the browser
static ScriptBuffer EnginePrivate.getRemoteHandleExceptionScript(java.lang.String batchId, java.lang.String callId, java.lang.Throwable ex)
          Call dwr.engine.remote.handleException() in the browser
static ScriptBuffer EnginePrivate.getRemoteSetObjectScript(java.lang.String id, java.lang.String propertyName, java.lang.Object data)
          Call dwr.engine.remote.executeFunction() in the browser
 

Methods in org.directwebremoting.extend with parameters of type ScriptBuffer
static java.lang.String ScriptBufferUtil.createOutput(ScriptBuffer buffer, ConverterManager converterManager)
          Return a string ready for output.
static java.lang.String ScriptBufferUtil.createOutput(ScriptBuffer script, ConverterManager converterManager, boolean jsonOutput)
          Return a string ready for output.
 

Uses of ScriptBuffer in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type ScriptBuffer
 void DefaultScriptSession.addScript(ScriptBuffer script)
           
 

Uses of ScriptBuffer in org.directwebremoting.proxy
 

Methods in org.directwebremoting.proxy with parameters of type ScriptBuffer
 void ScriptProxy.addScript(ScriptBuffer script)
          Deprecated. Utility to add the given script to all known browsers.
 

Uses of ScriptBuffer in org.directwebremoting.ui
 

Methods in org.directwebremoting.ui with parameters of type ScriptBuffer
static void ScriptProxy.addScript(ScriptBuffer script)
          Deprecated. Utility to add the given script to all known browsers.
 


Copyright ยจ 2008