|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwicket.jmx.PageSettings
public class PageSettings
Exposes Application related functionality for JMX.
| Constructor Summary | |
|---|---|
PageSettings(wicket.Application application)
Create. |
|
| Method Summary | |
|---|---|
boolean |
getAutomaticMultiWindowSupport()
Gets whether Wicket should try to support opening multiple windows for the same session transparently. |
int |
getMaxPageVersions()
|
boolean |
getVersionPagesByDefault()
|
void |
setAutomaticMultiWindowSupport(boolean automaticMultiWindowSupport)
Sets whether Wicket should try to support opening multiple windows for the same session transparently. |
void |
setMaxPageVersions(int maxPageVersions)
|
void |
setVersionPagesByDefault(boolean pagesVersionedByDefault)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageSettings(wicket.Application application)
application - | Method Detail |
|---|
public boolean getAutomaticMultiWindowSupport()
PageSettingsMBean
Currently, Wicket trying to do this is a best effort that is not
completely fail safe. When the client does not support cookies, support
gets tricky and incomplete. See WebPage's internals for the
implementation.
getAutomaticMultiWindowSupport in interface PageSettingsMBeanPageSettingsMBean.getAutomaticMultiWindowSupport()public int getMaxPageVersions()
getMaxPageVersions in interface PageSettingsMBeanPageSettingsMBean.getMaxPageVersions()public boolean getVersionPagesByDefault()
getVersionPagesByDefault in interface PageSettingsMBeanPageSettingsMBean.getVersionPagesByDefault()public void setAutomaticMultiWindowSupport(boolean automaticMultiWindowSupport)
PageSettingsMBean
Currently, Wicket trying to do this is a best effort that is not
completely fail safe. When the client does not support cookies, support
gets tricky and incomplete. See WebPage's internals for the
implementation.
setAutomaticMultiWindowSupport in interface PageSettingsMBeanautomaticMultiWindowSupport - Whether Wicket should try to support multiple windows
transparentlyPageSettingsMBean.setAutomaticMultiWindowSupport(boolean)public void setMaxPageVersions(int maxPageVersions)
setMaxPageVersions in interface PageSettingsMBeanmaxPageVersions - The maxPageVersion to set.PageSettingsMBean.setMaxPageVersions(int)public void setVersionPagesByDefault(boolean pagesVersionedByDefault)
setVersionPagesByDefault in interface PageSettingsMBeanpagesVersionedByDefault - The pagesVersionedByDefault to set.PageSettingsMBean.setVersionPagesByDefault(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||