Uses of Class
org.abstracthorizon.danube.http.session.Session

Packages that use Session
org.abstracthorizon.danube.http.session   
org.abstracthorizon.danube.tapestry   
org.abstracthorizon.danube.webflow   
 

Uses of Session in org.abstracthorizon.danube.http.session
 

Fields in org.abstracthorizon.danube.http.session with type parameters of type Session
protected  Map<Object,Session> SimpleCookieSessionManager.sessions
          Map of sessions
 

Methods in org.abstracthorizon.danube.http.session that return Session
protected  Session SimpleCookieSessionManager.createSession(String sessionId)
          Creates new session object with given session id
 

Uses of Session in org.abstracthorizon.danube.tapestry
 

Fields in org.abstracthorizon.danube.tapestry declared as Session
protected  Session DanubeSession.session
          Danube's session
 

Constructors in org.abstracthorizon.danube.tapestry with parameters of type Session
DanubeSession(Session session)
          Constructor
 

Uses of Session in org.abstracthorizon.danube.webflow
 

Methods in org.abstracthorizon.danube.webflow that return Session
protected  Session DanubeExternalContext.SessionMap.getSession()
          Returns controller's session manager's session if there is one.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.