Package | Description |
---|---|
com.vaadin.flow.server.frontend | |
com.vaadin.flow.server.frontend.fusion |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskGenerateConnect
Generate the Vaadin TS files for endpoints, and the Client API file.
|
interface |
TaskGenerateOpenApi
Generate OpenAPI json file for Vaadin Endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTaskClientGenerator
Abstract class for generating client files.
|
class |
NodeTasks
An executor that it's run when the servlet context is initialised in dev-mode
or when flow-maven-plugin goals are run.
|
class |
NodeUpdater
Base abstract class for frontend updaters that needs to be run when in
dev-mode or from the flow maven plugin.
|
class |
TaskCopyFrontendFiles
Copies JavaScript and CSS files from JAR files into a given folder.
|
class |
TaskCopyLocalFrontendFiles
Copies JavaScript files from the given local frontend folder.
|
class |
TaskGenerateBootstrap
A task for generating the bootstrap file
FrontendUtils.BOOTSTRAP_FILE_NAME during `package` Maven goal. |
class |
TaskGenerateIndexHtml
Generate
index.html if it is missing in frontend folder. |
class |
TaskGenerateIndexTs
Generate
index.js if it is missing in frontend folder. |
class |
TaskGeneratePackageJson
Creates the
package.json if missing. |
class |
TaskGenerateServiceWorker
Generate
index.html if it is missing in frontend folder. |
class |
TaskGenerateTsConfig
Generate
tsconfig.json if it is missing in project folder and
index.ts exists in frontend folder. |
class |
TaskGenerateTsDefinitions
Generate
types.d.ts if it is missing in project folder and
tsconfig.json exists in project folder. |
class |
TaskInstallWebpackPlugins
Task that installs any Flow webpack plugins into node_modules/@vaadin for use
with webpack compilation.
|
class |
TaskRunNpmInstall
Run
npm install after dependencies have been updated. |
class |
TaskUpdateImports
|
class |
TaskUpdatePackages
Updates
package.json by visiting NpmPackage annotations
found in the classpath. |
class |
TaskUpdateThemeImport
Task generating the theme definition file 'theme.js' for importing
application theme into the generated frontend directory.
|
class |
TaskUpdateWebpack
Updates the webpack config file according with current project settings.
|
Constructor and Description |
---|
UnknownTaskException(FallibleCommand command)
Exception constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskGenerateConnectImpl
Generate the Vaadin TS files for endpoints, and the Client API file.
|
class |
TaskGenerateOpenApiImpl
Generate OpenAPI json file for Vaadin Endpoints.
|
Copyright © 2021. All rights reserved.