Uses of Interface
com.vaadin.flow.internal.BrowserLiveReload
Packages that use BrowserLiveReload
-
Uses of BrowserLiveReload in com.vaadin.base.devserver
Classes in com.vaadin.base.devserver that implement BrowserLiveReloadMethods in com.vaadin.base.devserver that return BrowserLiveReloadModifier and TypeMethodDescriptionBrowserLiveReloadAccessorImpl.getLiveReload(VaadinContext context) BrowserLiveReloadAccessorImpl.getLiveReload(VaadinService service) -
Uses of BrowserLiveReload in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return BrowserLiveReloadModifier and TypeMethodDescriptionBrowserLiveReloadAccess.getLiveReload(VaadinService service) Deprecated.Returns aBrowserLiveReloadinstance for the givenservice.BrowserLiveReloadAccessor.getLiveReload(VaadinContext context) Returns aBrowserLiveReloadinstance for the givencontext.default BrowserLiveReloadBrowserLiveReloadAccessor.getLiveReload(VaadinService service) Returns aBrowserLiveReloadinstance for the givenservice.Methods in com.vaadin.flow.internal that return types with arguments of type BrowserLiveReloadModifier and TypeMethodDescriptionstatic Optional<BrowserLiveReload> BrowserLiveReloadAccessor.getLiveReloadFromContext(VaadinContext context) Create aBrowserLiveReloadif factory available.static Optional<BrowserLiveReload> BrowserLiveReloadAccessor.getLiveReloadFromService(VaadinService service) Create aBrowserLiveReloadif factory available.