com.vaadin.terminal
Interface WrappedRequest.BrowserDetails

All Superinterfaces:
Serializable
Enclosing interface:
WrappedRequest

public static interface WrappedRequest.BrowserDetails
extends Serializable

Detailed information extracted from the browser.

See Also:
WrappedRequest.getBrowserDetails()

Method Summary
 String getUriFragment()
          Gets the URI hash fragment for the request.
 WebBrowser getWebBrowser()
          Gets a reference to the WebBrowser object containing additional information, e.g.
 String getWindowName()
          Gets the value of window.name from the browser.
 

Method Detail

getUriFragment

String getUriFragment()
Gets the URI hash fragment for the request. This is typically used to encode navigation within an application.

Returns:
the URI hash fragment

getWindowName

String getWindowName()
Gets the value of window.name from the browser. This can be used to keep track of the specific window between browser reloads.

Returns:
the string value of window.name in the browser

getWebBrowser

WebBrowser getWebBrowser()
Gets a reference to the WebBrowser object containing additional information, e.g. screen size and the time zone offset.

Returns:
the web browser object


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.