|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageSettings
Interface for page related settings.
| Method Summary | |
|---|---|
void |
addComponentResolver(IComponentResolver resolver)
Adds a component resolver to the list. |
boolean |
getAutomaticMultiWindowSupport()
Gets whether Wicket should try to support opening multiple windows for the same session transparently. |
java.util.List |
getComponentResolvers()
Get the (modifiable) list of IComponentResolvers. |
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 |
|---|
void addComponentResolver(IComponentResolver resolver)
resolver - The IComponentResolver that is addedjava.util.List getComponentResolvers()
for an exampleboolean 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 setMaxPageVersions(int maxPageVersions)
maxPageVersions - The maxPageVersion to set.void setVersionPagesByDefault(boolean pagesVersionedByDefault)
pagesVersionedByDefault - The pagesVersionedByDefault to set.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
transparently
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||