Uses of Interface
org.apache.wicket.session.ISessionStore.UnboundListener
-
Packages that use ISessionStore.UnboundListener Package Description org.apache.wicket The core Wicket package.org.apache.wicket.mock org.apache.wicket.protocol.http HTTP implementation.org.apache.wicket.session -
-
Uses of ISessionStore.UnboundListener in org.apache.wicket
Classes in org.apache.wicket that implement ISessionStore.UnboundListener Modifier and Type Class Description classApplicationBase class for all Wicket applications. -
Uses of ISessionStore.UnboundListener in org.apache.wicket.mock
Classes in org.apache.wicket.mock that implement ISessionStore.UnboundListener Modifier and Type Class Description classMockApplicationWebApplicationused for testing.Methods in org.apache.wicket.mock that return types with arguments of type ISessionStore.UnboundListener Modifier and Type Method Description java.util.Set<ISessionStore.UnboundListener>MockSessionStore. getUnboundListener()Methods in org.apache.wicket.mock with parameters of type ISessionStore.UnboundListener Modifier and Type Method Description voidMockSessionStore. registerUnboundListener(ISessionStore.UnboundListener listener)voidMockSessionStore. unregisterUnboundListener(ISessionStore.UnboundListener listener) -
Uses of ISessionStore.UnboundListener in org.apache.wicket.protocol.http
Classes in org.apache.wicket.protocol.http that implement ISessionStore.UnboundListener Modifier and Type Class Description classWebApplicationA web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol. -
Uses of ISessionStore.UnboundListener in org.apache.wicket.session
Methods in org.apache.wicket.session that return types with arguments of type ISessionStore.UnboundListener Modifier and Type Method Description java.util.Set<ISessionStore.UnboundListener>HttpSessionStore. getUnboundListener()java.util.Set<ISessionStore.UnboundListener>ISessionStore. getUnboundListener()Methods in org.apache.wicket.session with parameters of type ISessionStore.UnboundListener Modifier and Type Method Description voidHttpSessionStore. registerUnboundListener(ISessionStore.UnboundListener listener)voidISessionStore. registerUnboundListener(ISessionStore.UnboundListener listener)Registers listener invoked when session is unbound.voidHttpSessionStore. unregisterUnboundListener(ISessionStore.UnboundListener listener)voidISessionStore. unregisterUnboundListener(ISessionStore.UnboundListener listener)Unregisters listener invoked when session is unbound.
-