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 TypeClassDescriptionclass
Deals with most details of starting a frontend development server or connecting to an existing one.final class
A 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 class
Handles 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 TypeMethodDescriptionvoid
DevModeHandlerManagerImpl.setDevModeHandler
(DevModeHandler devModeHandler) -
Uses of DevModeHandler in com.vaadin.base.devserver.startup
Methods in com.vaadin.base.devserver.startup that return DevModeHandlerModifier and TypeMethodDescriptionstatic DevModeHandler
DevModeInitializer.initDevModeHandler
(Set<Class<?>> classes, VaadinContext context) 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 aDevModeHandler
instance 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 TypeMethodDescriptionvoid
DevModeHandlerManager.setDevModeHandler
(DevModeHandler devModeHandler) Defines the handler to use with this manager.