Uses of Class
com.vaadin.flow.server.frontend.scanner.ChunkInfo
Packages that use ChunkInfo
-
Uses of ChunkInfo in com.vaadin.flow.server.frontend.scanner
Fields in com.vaadin.flow.server.frontend.scanner declared as ChunkInfoMethods in com.vaadin.flow.server.frontend.scanner that return types with arguments of type ChunkInfoModifier and TypeMethodDescriptionFrontendDependencies.getCss()
Get all the CSS files used by the application.FrontendDependenciesScanner.getCss()
Get all the CSS files used by the application.FrontendDependencies.getModules()
Get all JS modules needed for run the application.FrontendDependenciesScanner.getModules()
Get all ES6 modules needed for run the application.FrontendDependencies.getModulesDevelopment()
Get all JS modules needed in development mode.FrontendDependenciesScanner.getModulesDevelopment()
Get all ES6 modules needed only in development mode.FrontendDependencies.getScripts()
Get all the JS files used by the application.FrontendDependenciesScanner.getScripts()
Get all the JS files used by the application.FrontendDependencies.getScriptsDevelopment()
Get all the JS files needed in development mode.FrontendDependenciesScanner.getScriptsDevelopment()
Get all the JS files needed only in development mode.