Uses of Class
com.vaadin.flow.server.frontend.NodeUpdater
Packages that use NodeUpdater
-
Uses of NodeUpdater in com.vaadin.flow.server.frontend
Subclasses of NodeUpdater in com.vaadin.flow.server.frontendModifier and TypeClassDescriptionclass
Creates thepackage.json
if missing.class
An updater that it's run when the servlet context is initialised in dev-mode or when flow-maven-plugin goals are run in order to update Flow imports file and "jar-resources" contents by visiting all classes withJsModule
andTheme
annotations.class
Updatespackage.json
by visitingNpmPackage
annotations found in the classpath.