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.base.devserver.
Class BrowserLauncher
- java.lang.Object
-
- com.vaadin.base.devserver.BrowserLauncher
-
public class BrowserLauncher extends Object
Util for launching a browser instance.
-
-
Constructor Summary
Constructors Constructor Description BrowserLauncher(VaadinContext context)
Init a launcher for the given context.
-
-
-
Constructor Detail
-
BrowserLauncher
public BrowserLauncher(VaadinContext context)
Init a launcher for the given context.
-
-
Method Detail
-
launchBrowserInDevelopmentMode
public void launchBrowserInDevelopmentMode(String url)
Open the given URL in the default browser.
-
-