public class BrowserLiveReloadAccessorImpl extends Object implements BrowserLiveReloadAccessor
BrowserLiveReloadAccessor
that stores the
instance in the Vaadin context.Constructor and Description |
---|
BrowserLiveReloadAccessorImpl() |
Modifier and Type | Method and Description |
---|---|
BrowserLiveReload |
getLiveReload(VaadinContext context)
Returns a
BrowserLiveReload instance for the given
context . |
BrowserLiveReload |
getLiveReload(VaadinService service)
Returns a
BrowserLiveReload instance for the given
service . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLiveReloadFromService
public BrowserLiveReload getLiveReload(VaadinContext context)
BrowserLiveReloadAccessor
BrowserLiveReload
instance for the given
context
.getLiveReload
in interface BrowserLiveReloadAccessor
context
- a Vaadin contextBrowserLiveReload
instance or null if disabledpublic BrowserLiveReload getLiveReload(VaadinService service)
BrowserLiveReloadAccessor
BrowserLiveReload
instance for the given
service
.getLiveReload
in interface BrowserLiveReloadAccessor
service
- a Vaadin serviceBrowserLiveReload
instance or null if disabledCopyright © 2022. All rights reserved.