Package com.vaadin.flow.server.frontend
Interface TypeScriptBootstrapModifier
- All Superinterfaces:
Serializable
Implemented by classes that want to modify the bootstrap typescript.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.default voidmodify(List<String> bootstrapTypeScript, boolean productionMode, ThemeDefinition themeDefinition) Deprecated.default voidmodify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Modifies the bootstrap typescript by mutating the parameter.
-
Method Details
-
modify
Deprecated.usemodify(List, boolean, ThemeDefinition)insteadModifies the bootstrap typescript by mutating the parameter.- Parameters:
bootstrapTypeScript- the input typescript split into linesproductionMode- true if building for production, false otherwise
-
modify
@Deprecated default void modify(List<String> bootstrapTypeScript, boolean productionMode, ThemeDefinition themeDefinition) Deprecated.Modifies the bootstrap typescript by mutating the parameter.- Parameters:
bootstrapTypeScript- the input typescript split into linesproductionMode- true if building for production, false otherwisethemeDefinition- the theme used by the application
-
modify
default void modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Modifies the bootstrap typescript by mutating the parameter.- Parameters:
bootstrapTypeScript- the input typescript split into linesoptions- options used by the buildfrontendDependenciesScanner- the frontend dependencies scanner
-
modify(List, boolean, ThemeDefinition)instead