Uses of Interface
com.vaadin.flow.internal.BrowserLiveReload
-
Packages that use BrowserLiveReload Package Description com.vaadin.base.devserver com.vaadin.flow.internal -
-
Uses of BrowserLiveReload in com.vaadin.base.devserver
Classes in com.vaadin.base.devserver that implement BrowserLiveReload Modifier and Type Class Description class
DebugWindowConnection
BrowserLiveReload
implementation class.Methods in com.vaadin.base.devserver that return BrowserLiveReload Modifier and Type Method Description BrowserLiveReload
BrowserLiveReloadAccessorImpl. getLiveReload(VaadinContext context)
BrowserLiveReload
BrowserLiveReloadAccessorImpl. getLiveReload(VaadinService service)
-
Uses of BrowserLiveReload in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return BrowserLiveReload Modifier and Type Method Description BrowserLiveReload
BrowserLiveReloadAccess. getLiveReload(VaadinService service)
Deprecated.Returns aBrowserLiveReload
instance for the givenservice
.BrowserLiveReload
BrowserLiveReloadAccessor. getLiveReload(VaadinContext context)
Returns aBrowserLiveReload
instance for the givencontext
.default BrowserLiveReload
BrowserLiveReloadAccessor. getLiveReload(VaadinService service)
Returns aBrowserLiveReload
instance for the givenservice
.Methods in com.vaadin.flow.internal that return types with arguments of type BrowserLiveReload Modifier and Type Method Description static Optional<BrowserLiveReload>
BrowserLiveReloadAccessor. getLiveReloadFromService(VaadinService service)
Create aBrowserLiveReload
if factory available.
-