wicket
Interface ISessionFactory

All Known Implementing Classes:
MockWebApplication, PortletApplication, WebApplication, WicketTester

public interface ISessionFactory

A factory interface used by Applications to create Sessions.

Author:
Jonathan Locke

Method Summary
 Session newSession()
          Creates a new session
 

Method Detail

newSession

Session newSession()
Creates a new session

Returns:
The session


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