We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.frontend.scanner.
Class ChunkInfo
java.lang.Object
com.vaadin.flow.server.frontend.scanner.ChunkInfo
Identifier for a chunk or part of the JS bundle.
Each chunk can be loaded at a separate time. Chunks marked as eager are loaded immediately when the JS bundle is loaded while chunks marked as not eager (i.e. lazy) are loaded on demand later.
There is one special, global chunk, defined as GLOBAL
in this class,
which is used for gathering all data that relates to internal entry points.
For internal use only. May be renamed or removed in a future release.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChunkInfo
(EntryPointType type, String name, List<String> dependencyTriggers, boolean eager) -
Method Summary