|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PageSettingsMBean
Page settings.
| 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)
|
| Method Detail |
|---|
boolean getAutomaticMultiWindowSupport()
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.
int getMaxPageVersions()
boolean getVersionPagesByDefault()
void setAutomaticMultiWindowSupport(boolean automaticMultiWindowSupport)
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.
automaticMultiWindowSupport - Whether Wicket should try to support multiple windows
transparentlyvoid setMaxPageVersions(int maxPageVersions)
maxPageVersions - The maxPageVersion to set.void setVersionPagesByDefault(boolean pagesVersionedByDefault)
pagesVersionedByDefault - The pagesVersionedByDefault to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||