org.apache.wicket.settings.def
Class SessionSettings

java.lang.Object
  extended by org.apache.wicket.settings.def.SessionSettings
All Implemented Interfaces:
ISessionSettings

public class SessionSettings
extends java.lang.Object
implements ISessionSettings

Author:
Jonathan Locke, Chris Turner, Eelco Hillenius, Juergen Donnerstag, Johan Compagner, Igor Vaynberg (ivaynberg), Martijn Dashorst, James Carman

Constructor Summary
SessionSettings()
           
 
Method Summary
 IPageFactory getPageFactory()
          Gets the factory to be used when creating pages
 void setPageFactory(IPageFactory defaultPageFactory)
          Sets the factory to be used when creating pages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionSettings

public SessionSettings()
Method Detail

getPageFactory

public IPageFactory getPageFactory()
Description copied from interface: ISessionSettings
Gets the factory to be used when creating pages

Specified by:
getPageFactory in interface ISessionSettings
Returns:
The default page factory
See Also:
ISessionSettings.getPageFactory()

setPageFactory

public void setPageFactory(IPageFactory defaultPageFactory)
Description copied from interface: ISessionSettings
Sets the factory to be used when creating pages.

Specified by:
setPageFactory in interface ISessionSettings
Parameters:
defaultPageFactory - The default factory
See Also:
ISessionSettings.setPageFactory(org.apache.wicket.IPageFactory)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.