Uses of Interface
org.directwebremoting.extend.ScriptConduit

Packages that use ScriptConduit
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.server.jetty   
org.directwebremoting.server.servlet2   
org.directwebremoting.server.servlet3   
 

Uses of ScriptConduit in org.directwebremoting.dwrp
 

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

Methods in org.directwebremoting.dwrp with parameters of type ScriptConduit
 void BaseCallHandler.addScriptHandleExceptions(ScriptConduit conduit, ScriptBuffer script)
          Marshall a Script without worrying about MarshallExceptions
 void BaseCallHandler.marshallException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ScriptConduit conduit, java.lang.Exception ex, boolean sendPrefix)
           
 void BaseCallHandler.marshallOutbound(Batch batch, Replies replies, javax.servlet.http.HttpServletResponse response, ScriptConduit conduit, java.io.PrintWriter out)
           
 

Uses of ScriptConduit in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type ScriptConduit
 Sleeper ContainerAbstraction.createSleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
          Create a sleeper that is appropriate for the given servlet container
 

Uses of ScriptConduit in org.directwebremoting.impl
 

Constructors in org.directwebremoting.impl with parameters of type ScriptConduit
BaseSleeper(javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
ThreadWaitSleeper(javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 

Uses of ScriptConduit in org.directwebremoting.server.jetty
 

Methods in org.directwebremoting.server.jetty with parameters of type ScriptConduit
 Sleeper JettyContinuationContainerAbstraction.createSleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 

Constructors in org.directwebremoting.server.jetty with parameters of type ScriptConduit
JettyContinuationSleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 

Uses of ScriptConduit in org.directwebremoting.server.servlet2
 

Methods in org.directwebremoting.server.servlet2 with parameters of type ScriptConduit
 Sleeper Servlet24ContainerAbstraction.createSleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 

Uses of ScriptConduit in org.directwebremoting.server.servlet3
 

Methods in org.directwebremoting.server.servlet3 with parameters of type ScriptConduit
 Sleeper Servlet30ContainerAbstraction.createSleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 

Constructors in org.directwebremoting.server.servlet3 with parameters of type ScriptConduit
Servlet30Sleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 


Copyright ยจ 2008