org.apache.wicket
Class DefaultPageManagerProvider

java.lang.Object
  extended by org.apache.wicket.DefaultPageManagerProvider
All Implemented Interfaces:
IPageManagerProvider, IContextProvider<IPageManager,IPageManagerContext>

public class DefaultPageManagerProvider
extends Object
implements IPageManagerProvider

IPageManagerProvider implementation that creates new instance of IPageManager that persists the pages in DiskDataStore


Constructor Summary
DefaultPageManagerProvider(Application application)
          Construct.
 
Method Summary
 IPageManager get(IPageManagerContext pageManagerContext)
           
protected  int getCacheSize()
           
protected  int getFileChannelPoolCapacity()
           
protected  int getMaxSizePerSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPageManagerProvider

public DefaultPageManagerProvider(Application application)
Construct.

Parameters:
application -
Method Detail

get

public IPageManager get(IPageManagerContext pageManagerContext)
Specified by:
get in interface IContextProvider<IPageManager,IPageManagerContext>

getMaxSizePerSession

protected int getMaxSizePerSession()

getCacheSize

protected int getCacheSize()

getFileChannelPoolCapacity

protected int getFileChannelPoolCapacity()


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