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.
Package com.vaadin.flow.internal
Class BrowserLiveReloadAccess
java.lang.Object
com.vaadin.flow.internal.BrowserLiveReloadAccess
Deprecated.
Creates a live reload instance by delegating to
BrowserLiveReloadAccessor.getLiveReload(VaadinService)
Class exists only for backwards compatibility with JRebel and HotswapAgent plugins.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLiveReload
(VaadinService service) Deprecated.
Returns a
BrowserLiveReload
instance for the givenservice
.
-
Constructor Details
-
BrowserLiveReloadAccess
public BrowserLiveReloadAccess()Deprecated.
-
-
Method Details
-
getLiveReload
Deprecated.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
-
BrowserLiveReloadAccessor
instead