|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
boolean |
getVersionPagesByDefault()
|
void |
setAutomaticMultiWindowSupport(boolean automaticMultiWindowSupport)
Sets whether Wicket should try to support opening multiple windows for the same session transparently. |
void |
setVersionPagesByDefault(boolean pagesVersionedByDefault)
|
| Method Detail |
public void addComponentResolver(IComponentResolver resolver)
resolver - The IComponentResolver that is addedpublic java.util.List getComponentResolvers()
for an examplepublic 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.
public boolean getVersionPagesByDefault()
public void setVersionPagesByDefault(boolean pagesVersionedByDefault)
pagesVersionedByDefault - The pagesVersionedByDefault to set.public 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 | ||||||||||