Uses of Interface
org.apache.wicket.session.ISessionStore
-
Packages that use ISessionStore Package Description org.apache.wicket The core Wicket package.org.apache.wicket.mock org.apache.wicket.session -
-
Uses of ISessionStore in org.apache.wicket
Methods in org.apache.wicket that return ISessionStore Modifier and Type Method Description ISessionStore
Application. getSessionStore()
Gets the facade object for working getting/ storing session instances.protected ISessionStore
Session. getSessionStore()
Gets the session store.Methods in org.apache.wicket that return types with arguments of type ISessionStore Modifier and Type Method Description Supplier<ISessionStore>
Application. getSessionStoreProvider()
Method parameters in org.apache.wicket with type arguments of type ISessionStore Modifier and Type Method Description Application
Application. setSessionStoreProvider(Supplier<ISessionStore> sessionStoreProvider)
-
Uses of ISessionStore in org.apache.wicket.mock
Classes in org.apache.wicket.mock that implement ISessionStore Modifier and Type Class Description class
MockSessionStore
Session store that holds one session. -
Uses of ISessionStore in org.apache.wicket.session
Classes in org.apache.wicket.session that implement ISessionStore Modifier and Type Class Description class
HttpSessionStore
Implementation ofISessionStore
that works with web applications and provides some specific http servlet/ session related functionality.
-