Package org.apache.wicket.jmx
Interface SessionSettingsMBean
-
- All Known Implementing Classes:
SessionSettings
public interface SessionSettingsMBean
Session settings.- Author:
- eelcohillenius
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPageFactory()
Gets the factory to be used when creating pagesString
getSessionStore()
Gets the session store implementation.
-
-
-
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
-
-