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 TypeInterfaceDescriptioninterface
Generate the TS files for endpoints, and the Client API file.interface
Generate OpenAPI json file for Vaadin Endpoints.Classes in com.vaadin.flow.server.frontend that implement FallibleCommandModifier and TypeClassDescriptionclass
A base class for commands providing helpers for common file generation actions.class
Abstract class for generating client files.class
An executor that it's run when the servlet context is initialised in dev-mode or when flow-maven-plugin goals are run.class
Base abstract class for frontend updaters that needs to be run when in dev-mode or from the flow maven plugin.class
Clean any frontend files generated for creation on a new development or production bundle.class
Copies JavaScript and CSS files from JAR files into a given folder.class
Copies JavaScript files from the given local frontend folder.class
Copies template files to the target folder so as to be available for parsing at runtime in production mode.class
A task for generating the bootstrap fileFrontendUtils.BOOTSTRAP_FILE_NAME
during `package` Maven goal.class
A task for generating the feature flags fileFrontendUtils.FEATURE_FLAGS_FILE_NAME
during `package` Maven goal.class
Generateindex.html
if it is missing in frontend folder.class
Generateindex.ts
if it is missing in frontend folder.class
Creates thepackage.json
if missing.class
Generates necessary PWA icons.class
Generate default files for react-router if missing from the frontend folder.class
Generateindex.html
if it is missing in frontend folder.class
Generatetsconfig.json
if it is missing in project folder.class
Generatetypes.d.ts
if it is missing in project folder andtsconfig.json
exists in project folder.class
Generatevite-devmode.ts
if it is missing in frontend/generated folder.class
A task for generating the bootstrap file for exported web componentsFrontendUtils.WEB_COMPONENT_BOOTSTRAP_FILE_NAME
during `package` Maven goal.class
Generateweb-component.html
if it is missing in frontend folder.class
Task that installs any Flow webpack plugins into node_modules/@vaadin for use with webpack compilation.class
Copies production bundle files from pre-compiled bundle JAR into a folder where production bundle is normally located.class
Deletes old files from frontend generated folder.class
Compiles the dev mode bundle if it is out of date.class
Runnpm install
after dependencies have been updated.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
Updatedindex.ts
if it imports Flow from an old location.class
Updatespackage.json
by visitingNpmPackage
annotations found in the classpath.class
Creates a vaadin-dev-server-settings.json file for use with dev server configuration.class
Task generating the theme definition file 'theme.js' for importing application theme into the generated frontend directory.class
Updates 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.