Uses of Interface
yawda.controller.IPersistentSession

Packages that use IPersistentSession
yawda.controller   
yawda.controller.session   
 

Uses of IPersistentSession in yawda.controller
 

Methods in yawda.controller that return IPersistentSession
 IPersistentSession ISessionStore.getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in yawda.controller with parameters of type IPersistentSession
 void ISessionStore.removeSession(String id, IPersistentSession session)
           
 

Uses of IPersistentSession in yawda.controller.session
 

Classes in yawda.controller.session that implement IPersistentSession
 class CPersistentSession
           
 

Fields in yawda.controller.session declared as IPersistentSession
(package private)  IPersistentSession CFileSessionStore.CEndReqLst.session
           
 

Methods in yawda.controller.session that return IPersistentSession
 IPersistentSession CFileSessionStore.getSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in yawda.controller.session with parameters of type IPersistentSession
 void CFileSessionStore.removeSession(String id, IPersistentSession session)
           
 

Constructors in yawda.controller.session with parameters of type IPersistentSession
CFileSessionStore.CEndReqLst(CFileSessionStore store, IPersistentSession session)