Uses of Interface
wicket.ISessionFactory

Packages that use ISessionFactory
wicket The core Wicket package. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of ISessionFactory in wicket
 

Methods in wicket that return ISessionFactory
protected abstract  ISessionFactory Application.getSessionFactory()
          Gets the factory for creating session instances.
 

Uses of ISessionFactory in wicket.protocol.http
 

Classes in wicket.protocol.http that implement ISessionFactory
 class MockWebApplication
          This class provides a mock implementation of a Wicket HTTP based application that can be used for testing.
 class WebApplication
          A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol.
 

Methods in wicket.protocol.http that return ISessionFactory
protected  ISessionFactory WebApplication.getSessionFactory()
           
 

Methods in wicket.protocol.http with parameters of type ISessionFactory
 void WebApplication.setSessionFactory(ISessionFactory sessionFactory)
           
 

Uses of ISessionFactory in wicket.protocol.http.portlet
 

Classes in wicket.protocol.http.portlet that implement ISessionFactory
 class PortletApplication
          A portlet application is a subclass of Application which associates with an instance of WicketPortlet to serve pages as portlets.
 

Methods in wicket.protocol.http.portlet that return ISessionFactory
protected  ISessionFactory PortletApplication.getSessionFactory()
           
 

Uses of ISessionFactory in wicket.util.tester
 

Classes in wicket.util.tester that implement ISessionFactory
 class WicketTester
          A helper to ease unit testing of Wicket applications without the need for a servlet container.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.