org.apache.wicket.jmx
Interface SessionSettingsMBean

All Known Implementing Classes:
SessionSettings

public interface SessionSettingsMBean

Session settings.

Author:
eelcohillenius

Method Summary
 java.lang.String getPageFactory()
          Gets the factory to be used when creating pages
 java.lang.String getSessionStore()
          Gets the session store implementation.
 

Method Detail

getPageFactory

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

Returns:
The default page factory

getSessionStore

java.lang.String getSessionStore()
Gets the session store implementation.

Returns:
the session store implementation


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