Package org.apache.wicket.jmx.wrapper
Class SessionSettings
- java.lang.Object
-
- org.apache.wicket.jmx.wrapper.SessionSettings
-
- All Implemented Interfaces:
SessionSettingsMBean
public class SessionSettings extends Object implements SessionSettingsMBean
Exposes Application related functionality for JMX.- Author:
- eelcohillenius
-
-
Constructor Summary
Constructors Constructor Description SessionSettings(org.apache.wicket.Application application)Create.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPageFactory()Gets the factory to be used when creating pagesStringgetSessionStore()Gets the session store implementation.
-
-
-
Constructor Detail
-
SessionSettings
public SessionSettings(org.apache.wicket.Application application)
Create.- Parameters:
application-
-
-
Method Detail
-
getPageFactory
public String getPageFactory()
Description copied from interface:SessionSettingsMBeanGets the factory to be used when creating pages- Specified by:
getPageFactoryin interfaceSessionSettingsMBean- Returns:
- The default page factory
- See Also:
SessionSettingsMBean.getPageFactory()
-
getSessionStore
public String getSessionStore()
Description copied from interface:SessionSettingsMBeanGets the session store implementation.- Specified by:
getSessionStorein interfaceSessionSettingsMBean- Returns:
- the session store implementation
- See Also:
SessionSettingsMBean.getSessionStore()
-
-