Constant Field Values

Contents

com.vaadin.*

  • com.vaadin.flow.server.frontend.FrontendTools
    Modifier and Type
    Constant Field
    Value
    public static final String
    "v24.12.0"
    public static final String
    "11.6.2"
    public static final String
    "10.28.0"
    public static final int
    24
  • com.vaadin.flow.server.frontend.NodeUpdater
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "@vaadin/flow-deps"
    protected static final String
    "@vaadin/flow-frontend"
    protected static final String
    ".vaadin/vaadin.json"
  • com.vaadin.flow.server.frontend.TaskCleanFrontendFiles
    Modifier and Type
    Constant Field
    Value
    public static final String
    "node_modules"
  • com.vaadin.flow.server.frontend.TaskGenerateReactFiles
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com/vaadin/flow/server/frontend/%s"
  • com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
    Modifier and Type
    Constant Field
    Value
    public static final String
    "This directory is automatically generated by Vaadin and contains the pre-compiled \nfrontend files/resources for your project (frontend development bundle).\n\nIt should be added to Version Control System and committed, so that other developers\ndo not have to compile it again.\n\nFrontend development bundle is automatically updated when needed:\n- an npm/pnpm package is added with @NpmPackage or directly into package.json\n- CSS, JavaScript or TypeScript files are added with @CssImport, @JsModule or @JavaScript\n- Vaadin add-on with front-end customizations is added\n- Custom theme imports/assets added into \'theme.json\' file\n- Exported web component is added.\n\nIf your project development needs a hot deployment of the frontend changes, \nyou can switch Flow to use Vite development server:\n- set `vaadin.frontend.hotdeploy=true` in `application.properties`\n- configure `vaadin-maven-plugin`:\n```\n <configuration>\n <frontendHotdeploy>true</frontendHotdeploy>\n </configuration>\n```\n- configure `jetty-maven-plugin`:\n```\n <configuration>\n <systemProperties>\n <vaadin.frontend.hotdeploy>true</vaadin.frontend.hotdeploy>\n </systemProperties>\n </configuration>\n```\n\nRead more [about Vaadin development mode](https://vaadin.com/docs/latest/flow/configuration/development-mode#precompiled-bundle)."
    public static final String
    "vaadin.json"
  • com.vaadin.flow.server.frontend.TaskUpdatePackages
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "vaadinAppPackageHash"
  • com.vaadin.flow.server.frontend.TaskUpdateSettingsFile
    Modifier and Type
    Constant Field
    Value
    public static final String
    "vaadin-dev-server-settings.json"
  • com.vaadin.flow.server.frontend.TaskUpdateThemeImport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "src/main/resources/META-INF/resources"
    public static final String
    "src/main/resources/static"
  • com.vaadin.flow.server.frontend.scanner.FrontendDependencies
    Modifier and Type
    Constant Field
    Value
    public static final String
    LUMO
    "com.vaadin.flow.theme.lumo.Lumo"