Uses of Interface
com.vaadin.flow.internal.DevModeHandler
-
Packages that use DevModeHandler Package Description com.vaadin.flow.internal -
-
Uses of DevModeHandler in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return DevModeHandler Modifier and Type Method Description DevModeHandlerDevModeHandlerManager. getDevModeHandler()Returns aDevModeHandlerinstance for the givenservice.Methods in com.vaadin.flow.internal that return types with arguments of type DevModeHandler Modifier and Type Method Description static 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 DevModeHandler Modifier and Type Method Description voidDevModeHandlerManager. setDevModeHandler(DevModeHandler devModeHandler)Defines the handler to use with this manager.
-