Uses of Class
com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
-
Uses of AbstractTaskClientGenerator in com.vaadin.flow.server.frontend
Subclasses of AbstractTaskClientGenerator in com.vaadin.flow.server.frontendModifier and TypeClassDescriptionclass
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
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.