Package org.apache.wicket.session
-
Interface Summary Interface Description ISessionStore The actual store that is used bySession
to store its attributes.ISessionStore.BindListener Listener invoked when session is bound.ISessionStore.UnboundListener Listener invoked when session is unbound. -
Class Summary Class Description DefaultPageFactory A factory that constructs Pages.HttpSessionStore Implementation ofISessionStore
that works with web applications and provides some specific http servlet/ session related functionality.HttpSessionStore.SessionBindingListener Reacts on unbinding from the session by cleaning up the session related data.