Uses of Class
org.directwebremoting.extend.ScriptConduit

Packages that use ScriptConduit
org.directwebremoting.dwrp   
org.directwebremoting.extend   
org.directwebremoting.impl   
 

Uses of ScriptConduit in org.directwebremoting.dwrp
 

Subclasses of ScriptConduit in org.directwebremoting.dwrp
 class BaseScriptConduit
          A ScriptConduit that works with the parent Marshaller.
 class Html4kScriptConduit
          A ScriptConduit for use with HTML/PRE wrapped Javascript output.
 class HtmlScriptConduit
          A ScriptConduit for use with HTML/SCRIPT wrapped Javascript output.
 class PlainScriptConduit
          A ScriptConduit for use with plain Javascript output.
 

Uses of ScriptConduit in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type ScriptConduit
 void RealScriptSession.addScriptConduit(ScriptConduit conduit)
          While a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - "pass scripts to me"
static void EnginePrivate.remoteHandleCallback(ScriptConduit conduit, java.lang.String batchId, java.lang.String callId, java.lang.Object data)
          Call the dwr.engine._remoteHandleResponse() in the browser
static void EnginePrivate.remoteHandleException(ScriptConduit conduit, java.lang.String batchId, java.lang.String callId, java.lang.Throwable ex)
          Call the dwr.engine._remoteHandleException() in the browser
static void EnginePrivate.remoteHandleMarshallException(ScriptConduit conduit, java.lang.String batchId, java.lang.String callId, MarshallException ex)
          Call the dwr.engine._remoteHandleException() in the browser
 void RealScriptSession.removeScriptConduit(ScriptConduit conduit)
          Remove a ScriptConduit.
 void RealScriptSession.writeScripts(ScriptConduit conduit)
          We might need to send a script directly to a conduit without adding the conduit to the "open" list and then removing it directly.
 

Uses of ScriptConduit in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type ScriptConduit
 void DefaultScriptSession.addScriptConduit(ScriptConduit conduit)
           
 void DefaultScriptSession.removeScriptConduit(ScriptConduit conduit)
           
 void DefaultScriptSession.writeScripts(ScriptConduit conduit)
           
 


Copyright ? 2005