Package | Description |
---|---|
com.vaadin.base.devserver | |
com.vaadin.flow.internal |
Modifier and Type | Class and Description |
---|---|
class |
BrowserLiveReloadImpl
BrowserLiveReload implementation class. |
Modifier and Type | Method and Description |
---|---|
BrowserLiveReload |
BrowserLiveReloadAccessorImpl.getLiveReload(VaadinContext context) |
BrowserLiveReload |
BrowserLiveReloadAccessorImpl.getLiveReload(VaadinService service) |
Modifier and Type | Method and Description |
---|---|
BrowserLiveReload |
BrowserLiveReloadAccessor.getLiveReload(VaadinContext context)
Returns a
BrowserLiveReload instance for the given
context . |
default BrowserLiveReload |
BrowserLiveReloadAccessor.getLiveReload(VaadinService service)
Returns a
BrowserLiveReload instance for the given
service . |
BrowserLiveReload |
BrowserLiveReloadAccess.getLiveReload(VaadinService service)
Deprecated.
Returns a
BrowserLiveReload instance for the given
service . |
Modifier and Type | Method and Description |
---|---|
static Optional<BrowserLiveReload> |
BrowserLiveReloadAccessor.getLiveReloadFromService(VaadinService service)
Create a
BrowserLiveReload if factory available. |
Copyright © 2021. All rights reserved.