Uses of Interface
org.directwebremoting.extend.ScriptSessionManager

Packages that use ScriptSessionManager
org.directwebremoting.dwrp   
org.directwebremoting.impl   
org.directwebremoting.servlet   
 

Uses of ScriptSessionManager in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type ScriptSessionManager
 void BaseCallHandler.setScriptSessionManager(ScriptSessionManager scriptSessionManager)
          Accessor for the ScriptSessionManager that we configure
 void BasePollHandler.setScriptSessionManager(ScriptSessionManager scriptSessionManager)
           
 

Uses of ScriptSessionManager in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement ScriptSessionManager
 class DefaultScriptSessionManager
          A default implementation of ScriptSessionManager.
 class TransientScriptSessionManager
          A default implementation of ScriptSessionManager.
 

Methods in org.directwebremoting.impl with parameters of type ScriptSessionManager
 void DefaultTaskDispatcher.setScriptSessionManager(ScriptSessionManager scriptSessionManager)
          Connection to the DwrServlet that we are attached to
 

Uses of ScriptSessionManager in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type ScriptSessionManager
 void BaseEngineHandler.setScriptSessionManager(ScriptSessionManager scriptSessionManager)
           
 


Copyright ยจ 2008