Uses of Interface
com.vaadin.flow.server.frontend.FallibleCommand
Packages that use FallibleCommand
-
Uses of FallibleCommand in com.vaadin.flow.server.frontend
Subinterfaces of FallibleCommand in com.vaadin.flow.server.frontendModifier and TypeInterfaceDescriptioninterfaceGenerate the TS files for endpoints, and the Client API file.interfaceGenerate OpenAPI json file for Vaadin Endpoints.Classes in com.vaadin.flow.server.frontend that implement FallibleCommandModifier and TypeClassDescriptionclassA base class for commands providing helpers for common file generation actions.classAbstract class for generating client files.classAn executor that it's run when the servlet context is initialised in dev-mode or when flow-maven-plugin goals are run.classBase abstract class for frontend updaters that needs to be run when in dev-mode or from the flow maven plugin.classClean any frontend files generated for creation on a new development or production bundle.classCopies all frontend resources from JAR files into a given folder.classCopies JavaScript files from the given local frontend folder.classCopies JavaScript and CSS files from JAR files into a given folder.classCopies template files to the target folder so as to be available for parsing at runtime in production mode.classA task for generating the bootstrap fileFrontendUtils.BOOTSTRAP_FILE_NAMEduring `package` Maven goal.classGeneratecommercial-banner.jsif it is missing in frontend/generated folder.classA task for generating the feature flags fileFrontendUtils.FEATURE_FLAGS_FILE_NAMEduring `package` Maven goal.classGenerateindex.htmlif it is missing in frontend folder.classGenerateindex.tsif it is missing in frontend folder.classCreates thepackage.jsonif missing.classGenerates necessary PWA icons.classGenerate default files for react-router if missing from the frontend folder.classGenerateindex.htmlif it is missing in frontend folder.classGeneratetailwind.cssif it is missing in the generated frontend folder.classGeneratetsconfig.jsonif it is missing in project folder.classGeneratetypes.d.tsif it is missing in project folder andtsconfig.jsonexists in project folder.classGeneratevite-devmode.tsif it is missing in frontend/generated folder.classA task for generating the bootstrap file for exported web componentsFrontendUtils.WEB_COMPONENT_BOOTSTRAP_FILE_NAMEduring `package` Maven goal.classGenerateweb-component.htmlif it is missing in frontend folder.classTask that installs any Flow frontend plugins into node_modules/@vaadin for use with frontend compilation.classCopies production bundle files from pre-compiled bundle JAR into a folder where production bundle is normally located.classDeletes old files from frontend generated folder.classCompiles the dev mode bundle if it is out of date.classRunnpm installafter dependencies have been updated.classAn 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 withJsModuleandThemeannotations.classUpdatedindex.tsif it imports Flow from an old location.classUpdatespackage.jsonby visitingNpmPackageannotations found in the classpath.classCreates a vaadin-dev-server-settings.json file for use with dev server configuration.classTask generating the theme definition file 'theme.js' for importing application theme into the generated frontend directory.classUpdates the Vite configuration files according with current project settings.Constructors in com.vaadin.flow.server.frontend with parameters of type FallibleCommandModifierConstructorDescriptionUnknownTaskException(FallibleCommand command) Exception constructor.