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, waitgetLiveReloadFromServicepublic BrowserLiveReload getLiveReload(VaadinContext context)
BrowserLiveReloadAccessorBrowserLiveReload instance for the given
context.getLiveReload in interface BrowserLiveReloadAccessorcontext - a Vaadin contextBrowserLiveReload instance or null if disabledpublic BrowserLiveReload getLiveReload(VaadinService service)
BrowserLiveReloadAccessorBrowserLiveReload instance for the given
service.getLiveReload in interface BrowserLiveReloadAccessorservice - a Vaadin serviceBrowserLiveReload instance or null if disabledCopyright © 2021. All rights reserved.