Uses of Class
com.vaadin.experimental.FeatureFlags
-
Packages that use FeatureFlags Package Description com.vaadin.experimental com.vaadin.flow.server.frontend com.vaadin.flow.server.frontend.scanner -
-
Uses of FeatureFlags in com.vaadin.experimental
Methods in com.vaadin.experimental that return FeatureFlags Modifier and Type Method Description static FeatureFlagsFeatureFlags. get(VaadinContext context)Gets the FeatureFlags for the given Vaadin context.FeatureFlagsFeatureFlags.FeatureFlagsWrapper. getFeatureFlags()Get the featureFlags.Constructors in com.vaadin.experimental with parameters of type FeatureFlags Constructor Description FeatureFlagsWrapper(FeatureFlags featureFlags)Create a feature flags wrapper. -
Uses of FeatureFlags in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that return FeatureFlags Modifier and Type Method Description protected FeatureFlagsOptions. getFeatureFlags()Constructors in com.vaadin.flow.server.frontend with parameters of type FeatureFlags Constructor Description NodeUpdater(ClassFinder finder, FrontendDependenciesScanner frontendDependencies, File npmFolder, File generatedPath, String buildDir, FeatureFlags featureFlags)Constructor. -
Uses of FeatureFlags in com.vaadin.flow.server.frontend.scanner
Methods in com.vaadin.flow.server.frontend.scanner with parameters of type FeatureFlags Modifier and Type Method Description FrontendDependenciesScannerFrontendDependenciesScanner.FrontendDependenciesScannerFactory. createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap, FeatureFlags featureFlags)Produces scanner implementation based onallDependenciesScanvalue.FrontendDependenciesScannerFrontendDependenciesScanner.FrontendDependenciesScannerFactory. createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap, FeatureFlags featureFlags, boolean fallback)Produces scanner implementation based onallDependenciesScanvalue.Constructors in com.vaadin.flow.server.frontend.scanner with parameters of type FeatureFlags Constructor Description FrontendDependencies(ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap, FeatureFlags featureFlags)Tertiary constructor, which allows declaring whether embeddable web components should be checked for resource dependencies.
-