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 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()
          Deprecated. Use Session.getPageFactory()
 void setPageFactory(IPageFactory defaultPageFactory)
          Deprecated. Use Application.newPageFactory() instead.
 
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

@Deprecated
public IPageFactory getPageFactory()
Deprecated. Use Session.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

@Deprecated
public void setPageFactory(IPageFactory defaultPageFactory)
Deprecated. Use Application.newPageFactory() instead.

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-2012 Apache Software Foundation. All Rights Reserved.