com.vaadin.server
Interface VaadinRequest.BrowserDetails

All Superinterfaces:
java.io.Serializable
Enclosing interface:
VaadinRequest

Deprecated. might be refactored or removed before 7.0.0

@Deprecated
public static interface VaadinRequest.BrowserDetails
extends java.io.Serializable

Detailed information extracted from the browser.

See Also:
VaadinRequest.getBrowserDetails()

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

Method Detail

getUriFragment

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

Returns:
the URI hash fragment

getWindowName

java.lang.String getWindowName()
Deprecated. 
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()
Deprecated. 
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.