Uses of Interface
org.apache.wicket.session.ISessionStore

Packages that use ISessionStore
org.apache.wicket The core Wicket package. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.threadtest.apps.app1   
org.apache.wicket.threadtest.apps.app2   
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of ISessionStore in org.apache.wicket
 

Methods in org.apache.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 org.apache.wicket.protocol.http
 

Classes in org.apache.wicket.protocol.http that implement ISessionStore
 class AbstractHttpSessionStore
          Abstract implementation of ISessionStore that works with web applications and that provided some specific http servlet/ session related functionality.
 class HttpSessionStore
          Default web implementation of ISessionStore that uses the HttpSession to store its attributes.
 class SecondLevelCacheSessionStore
          FIXME document me!
 

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

Uses of ISessionStore in org.apache.wicket.threadtest.apps.app1
 

Methods in org.apache.wicket.threadtest.apps.app1 that return ISessionStore
protected  ISessionStore TestApp1.newSessionStore()
           
 

Uses of ISessionStore in org.apache.wicket.threadtest.apps.app2
 

Methods in org.apache.wicket.threadtest.apps.app2 that return ISessionStore
protected  ISessionStore TestApp2.newSessionStore()
           
 

Uses of ISessionStore in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester that return ISessionStore
protected  ISessionStore WicketTester.DummyWebApplication.newSessionStore()
           
protected  ISessionStore WicketTester.NonPageCachingDummyWebApplication.newSessionStore()
           
protected  ISessionStore BaseWicketTester.DummyWebApplication.newSessionStore()
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.