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.
Package com.vaadin.flow.server.frontend
Class FallbackChunk
java.lang.Object
com.vaadin.flow.server.frontend.FallbackChunk
All Implemented Interfaces:
Fall back chunk info.
For internal use only. May be renamed or removed in a future release.
Author:
Vaadin Ltd
See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Css data stored in fallback chunk.
-
Constructor Summary
ConstructorsConstructorDescriptionFallbackChunk
(Collection<String> modules, Collection<FallbackChunk.CssImportData> css) Creates a new instance using info about modules and css data in fallback chunk.
-
Method Summary
Modifier and TypeMethodDescriptionGets a set of fallback css data.
Gets a set of all fallback modules.
-
Constructor Details
-
FallbackChunk
Creates a new instance using info about modules and css data in fallback chunk.
Parameters:
modules
- fallback modules, notnull
css
- fallback css data, notnull
-
-
Method Details
-
getModules
Gets a set of all fallback modules.
Returns:
a set of fallback modules
-
getCssImports
Gets a set of fallback css data.
Returns:
a set of fallback css data
-