Uses of Interface
wicket.session.ISessionStore

Packages that use ISessionStore
wicket The core Wicket package. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
 

Uses of ISessionStore in wicket
 

Methods in wicket that return ISessionStore
protected  ISessionStore Session.getSessionStore()
          Gets the session store.
 ISessionStore Application.getSessionStore()
          Gets the facade object for working getting/ storing session instances.
protected abstract  ISessionStore Application.newSessionStore()
          Creates a new session facade.
 

Uses of ISessionStore in wicket.protocol.http
 

Classes in wicket.protocol.http that implement ISessionStore
 class AbstractHttpSessionStore
          Abstract implementation of ISessionStore that works with web applications and that provided some speficic http servlet/ session related functionality.
 class HttpSessionStore
          Default web implementation of ISessionStore that uses the HttpSession to store its attributes.
 

Methods in wicket.protocol.http that return ISessionStore
protected  ISessionStore WebApplication.newSessionStore()
           
protected  ISessionStore MockWebApplication.newSessionStore()
           
 

Uses of ISessionStore in wicket.protocol.http.portlet
 

Classes in wicket.protocol.http.portlet that implement ISessionStore
 class PortletSessionStore
          Abstract implementation of ISessionStore that works with portlets
 

Methods in wicket.protocol.http.portlet that return ISessionStore
protected  ISessionStore WicketPortletSession.getSessionStore()
          Gets the session store.
protected  ISessionStore PortletApplication.newSessionStore()
           
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.