Uses of Class
com.vaadin.flow.server.frontend.AbstractFileGeneratorFallibleCommand
-
Uses of AbstractFileGeneratorFallibleCommand in com.vaadin.flow.server.frontend
Subclasses of AbstractFileGeneratorFallibleCommand in com.vaadin.flow.server.frontendModifier and TypeClassDescriptionclass
Abstract class for generating client files.
class
Copies JavaScript and CSS files from JAR files into a given folder.
class
Copies JavaScript files from the given local frontend folder.
class
A task for generating the bootstrap file
FrontendUtils.BOOTSTRAP_FILE_NAME
during `package` Maven goal.class
A task for generating the feature flags file
FrontendUtils.FEATURE_FLAGS_FILE_NAME
during `package` Maven goal.class
Generate
index.html
if it is missing in frontend folder.class
Generate
index.ts
if it is missing in frontend folder.class
Generate default files for react-router if missing from the frontend folder.
class
Generate
index.html
if it is missing in frontend folder.class
Generate
tsconfig.json
if it is missing in project folder.class
Generate
types.d.ts
if it is missing in project folder andtsconfig.json
exists in project folder.class
Generate
vite-devmode.ts
if it is missing in frontend/generated folder.class
A task for generating the bootstrap file for exported web components
FrontendUtils.WEB_COMPONENT_BOOTSTRAP_FILE_NAME
during `package` Maven goal.class
Generate
web-component.html
if it is missing in frontend folder.class
Task generating the theme definition file 'theme.js' for importing application theme into the generated frontend directory.