This page uses a form post right after the page has loaded in the browser, using JavaScript or alternative means to detect and pass on settings to the embedded form. The form submit method updates this session's {@link org.apache.wicket.core.request.ClientInfo} object and then redirects tothe original location as was passed in as a URL argument in the constructor.
This page is being used by the default implementation of {@link org.apache.wicket.Session#getClientInfo()}, which in turn uses {@link org.apache.wicket.settings.RequestCycleSettings#getGatherExtendedBrowserInfo() a setting} todetermine whether this page should be redirected to (it does when it is true).
@author Eelco Hillenius
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|