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.internal.
Class BrowserLiveReloadAccess
- java.lang.Object
-
- com.vaadin.flow.internal.BrowserLiveReloadAccess
-
public class BrowserLiveReloadAccess extends Object
Provides API to access to the
BrowserLiveReload
instance by aVaadinService
.For internal use only. May be renamed or removed in a future release.
Since:
Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor and Description BrowserLiveReloadAccess()
-
Method Summary
All Methods Modifier and Type Method and Description BrowserLiveReload
getLiveReload(VaadinService service)
Returns a
BrowserLiveReload
instance for the givenservice
.
-
-
-
Method Detail
-
getLiveReload
public BrowserLiveReload getLiveReload(VaadinService service)
Returns a
BrowserLiveReload
instance for the givenservice
.Returns
null
if production mode is enabled for the service.Parameters:
service
- a serviceReturns:
a BrowserLiveReload instance or null for production mode
-
-