Uses of Interface
net.sf.cindy.SessionHandler

Packages that use SessionHandler
net.sf.cindy   
net.sf.cindy.session   
 

Uses of SessionHandler in net.sf.cindy
 

Classes in net.sf.cindy that implement SessionHandler
 class SessionHandlerAdapter
          SessionHandler adapter.
 

Methods in net.sf.cindy that return SessionHandler
 SessionHandler Session.getSessionHandler()
          Get session handler.
 

Methods in net.sf.cindy with parameters of type SessionHandler
 void Session.setSessionHandler(SessionHandler handler)
          Set session handler.
 

Uses of SessionHandler in net.sf.cindy.session
 

Methods in net.sf.cindy.session that return SessionHandler
 SessionHandler AbstractSession.getSessionHandler()
           
 

Methods in net.sf.cindy.session with parameters of type SessionHandler
 void AbstractSession.setSessionHandler(SessionHandler handler)