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

Packages that use ISessionStore.UnboundListener
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
 class Application
          Base class for all Wicket applications.
 

Uses of ISessionStore.UnboundListener in org.apache.wicket.mock
 

Classes in org.apache.wicket.mock that implement ISessionStore.UnboundListener
 class MockApplication
          WebApplication used for testing.
 

Methods in org.apache.wicket.mock that return types with arguments of type ISessionStore.UnboundListener
 Set<ISessionStore.UnboundListener> MockSessionStore.getUnboundListener()
           
 

Methods in org.apache.wicket.mock with parameters of type ISessionStore.UnboundListener
 void MockSessionStore.registerUnboundListener(ISessionStore.UnboundListener listener)
           
 void MockSessionStore.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
 class WebApplication
          A 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
 Set<ISessionStore.UnboundListener> ISessionStore.getUnboundListener()
           
 Set<ISessionStore.UnboundListener> HttpSessionStore.getUnboundListener()
           
 

Methods in org.apache.wicket.session with parameters of type ISessionStore.UnboundListener
 void ISessionStore.registerUnboundListener(ISessionStore.UnboundListener listener)
          Registers listener invoked when session is unbound.
 void HttpSessionStore.registerUnboundListener(ISessionStore.UnboundListener listener)
           
 void ISessionStore.unregisterUnboundListener(ISessionStore.UnboundListener listener)
          Unregisters listener invoked when session is unbound.
 void HttpSessionStore.unregisterUnboundListener(ISessionStore.UnboundListener listener)
           
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.