Uses of Interface
org.directwebremoting.extend.RealScriptSession

Packages that use RealScriptSession
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 RealScriptSession in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return RealScriptSession
 RealScriptSession ScriptSessionManager.getOrCreateScriptSession(java.lang.String id, java.lang.String url, javax.servlet.http.HttpSession httpSession)
          For a given script session id, return the existing ScriptSession object or create a new if needed.
 

Methods in org.directwebremoting.extend with parameters of type RealScriptSession
 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
 void RealWebContext.initialize(java.lang.String sentPage, RealScriptSession scriptSession)
          Fill in the page details from the servlet request.
 

Uses of RealScriptSession in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement RealScriptSession
 class DefaultScriptSession
          An implementation of ScriptSession and RealScriptSession.
 

Methods in org.directwebremoting.impl that return RealScriptSession
 RealScriptSession DefaultScriptSessionManager.getOrCreateScriptSession(java.lang.String sentScriptId, java.lang.String page, javax.servlet.http.HttpSession httpSession)
           
 RealScriptSession TransientScriptSessionManager.getOrCreateScriptSession(java.lang.String id, java.lang.String page, javax.servlet.http.HttpSession httpSession)
           
 

Methods in org.directwebremoting.impl with parameters of type RealScriptSession
 void DefaultWebContext.initialize(java.lang.String sentPage, RealScriptSession scriptSession)
           
 

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

Uses of RealScriptSession in org.directwebremoting.server.jetty
 

Methods in org.directwebremoting.server.jetty with parameters of type RealScriptSession
 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 RealScriptSession
JettyContinuationSleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 

Uses of RealScriptSession in org.directwebremoting.server.servlet2
 

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

Uses of RealScriptSession in org.directwebremoting.server.servlet3
 

Methods in org.directwebremoting.server.servlet3 with parameters of type RealScriptSession
 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 RealScriptSession
Servlet30Sleeper(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RealScriptSession scriptSession, ScriptConduit conduit)
           
 


Copyright ยจ 2008