Uses of Interface
com.vaadin.flow.internal.DevModeHandler
Packages that use DevModeHandler
Package
Description
-
Uses of DevModeHandler in com.vaadin.base.devserver
Classes in com.vaadin.base.devserver that implement DevModeHandlerModifier and TypeClassDescriptionclassDeals with most details of starting a frontend development server or connecting to an existing one.final classA fake DevModeHandler whose only purpose is to eagerly show a "build in progress" HTML page to the user, during the creation of the development bundle.final classHandles communication with a Vite server.Methods in com.vaadin.base.devserver that return DevModeHandlerMethods in com.vaadin.base.devserver with parameters of type DevModeHandlerModifier and TypeMethodDescriptionvoidDevModeHandlerManagerImpl.setDevModeHandler(DevModeHandler devModeHandler) -
Uses of DevModeHandler in com.vaadin.base.devserver.startup
Methods in com.vaadin.base.devserver.startup that return DevModeHandlerModifier and TypeMethodDescriptionstatic DevModeHandlerDevModeInitializer.initDevModeHandler(Set<Class<?>> classes, VaadinContext context, Executor taskExecutor) Initialize the devmode server if not in production mode or compatibility mode. -
Uses of DevModeHandler in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return DevModeHandlerModifier and TypeMethodDescriptionDevModeHandlerManager.getDevModeHandler()Returns aDevModeHandlerinstance for the givenservice.Methods in com.vaadin.flow.internal that return types with arguments of type DevModeHandlerModifier and TypeMethodDescriptionstatic Optional<DevModeHandler> DevModeHandlerManager.getDevModeHandler(VaadinContext context) Gets theDevModeHandler.static Optional<DevModeHandler> DevModeHandlerManager.getDevModeHandler(VaadinService service) Gets theDevModeHandler.Methods in com.vaadin.flow.internal with parameters of type DevModeHandlerModifier and TypeMethodDescriptionvoidDevModeHandlerManager.setDevModeHandler(DevModeHandler devModeHandler) Defines the handler to use with this manager.