We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.startup.
Class FakeBrowser
- java.lang.Object
-
- com.vaadin.flow.server.WebBrowser
-
- com.vaadin.flow.server.startup.FakeBrowser
-
All Implemented Interfaces:
public abstract class FakeBrowser extends WebBrowser
Browser instance targeted for server side resolving of resources.
See Also:
-
-
Constructor Summary
Constructors Constructor and Description FakeBrowser()
-
Method Summary
All Methods Modifier and Type Method and Description static FakeBrowser
getEs5()
Gets the es6 singleton instance.
static FakeBrowser
getEs6()
Gets the es6 singleton instance.
-
Methods inherited from class com.vaadin.flow.server.WebBrowser
getAddress, getBrowserApplication, getBrowserMajorVersion, getBrowserMinorVersion, getCurrentDate, getDSTSavings, getLocale, getRawTimezoneOffset, getScreenHeight, getScreenWidth, getTimeZoneId, getTimezoneOffset, isAndroid, isChrome, isChromeOS, isDSTInEffect, isEdge, isEs5AdapterNeeded, isEs6Supported, isFirefox, isIE, isIOS, isIPad, isIPhone, isLinux, isMacOSX, isOpera, isSafari, isSecureConnection, isTooOldToFunctionProperly, isTouchDevice, isWindows, isWindowsPhone, updateRequestDetails
-
-
-
-
Method Detail
-
getEs6
public static FakeBrowser getEs6()
Gets the es6 singleton instance.
Returns:
the one and only instance of a ES6 browser
-
getEs5
public static FakeBrowser getEs5()
Gets the es6 singleton instance.
Returns:
the one and only instance of a ES5 browser
-
-