org.apache.wicket.jmx
Interface SessionSettingsMBean

All Known Implementing Classes:
SessionSettings

public interface SessionSettingsMBean

Session settings.

Author:
eelcohillenius

Method Summary
 String getPageFactory()
          Gets the factory to be used when creating pages
 String getSessionStore()
          Gets the session store implementation.
 void setMaxPageMaps(int maxPageMaps)
          Sets maximum number of page maps allowed in this session
 

Method Detail

getPageFactory

String getPageFactory()
Gets the factory to be used when creating pages

Returns:
The default page factory

getSessionStore

String getSessionStore()
Gets the session store implementation.

Returns:
the session store implementation

setMaxPageMaps

void setMaxPageMaps(int maxPageMaps)
Sets maximum number of page maps allowed in this session

Parameters:
maxPageMaps - Maximum number of page maps


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