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 ISessionStoreApplication. getSessionStore()Gets the facade object for working getting/ storing session instances.protected ISessionStoreSession. getSessionStore()Gets the session store.Methods in org.apache.wicket that return types with arguments of type ISessionStore Modifier and Type Method Description java.util.function.Supplier<ISessionStore>Application. getSessionStoreProvider()Method parameters in org.apache.wicket with type arguments of type ISessionStore Modifier and Type Method Description ApplicationApplication. setSessionStoreProvider(java.util.function.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 classMockSessionStoreSession 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 classHttpSessionStoreImplementation ofISessionStorethat works with web applications and provides some specific http servlet/ session related functionality.
-