com.vaadin.base.devserver.
Class BrowserLiveReloadAccessorImpl
All Implemented Interfaces:
Default implementation for BrowserLiveReloadAccessor
that stores the
instance in the Vaadin context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLiveReload
(VaadinContext context) Returns a
BrowserLiveReload
instance for the givencontext
.getLiveReload
(VaadinService service) Returns a
BrowserLiveReload
instance for the givenservice
.
-
Constructor Details
-
BrowserLiveReloadAccessorImpl
public BrowserLiveReloadAccessorImpl()
-
-
Method Details
-
getLiveReload
Description copied from interface:
BrowserLiveReloadAccessor
Returns a
BrowserLiveReload
instance for the givencontext
.Specified by:
getLiveReload
in interfaceBrowserLiveReloadAccessor
Parameters:
context
- a Vaadin contextReturns:
a
BrowserLiveReload
instance or null if disabled -
getLiveReload
Description copied from interface:
BrowserLiveReloadAccessor
Returns a
BrowserLiveReload
instance for the givenservice
.Specified by:
getLiveReload
in interfaceBrowserLiveReloadAccessor
Parameters:
service
- a Vaadin serviceReturns:
a
BrowserLiveReload
instance or null if disabled
-