Package | Description |
---|---|
com.vaadin.flow.server.frontend | |
com.vaadin.flow.server.startup |
Modifier and Type | Method and Description |
---|---|
static FallbackChunk |
FrontendUtils.readFallbackChunk(elemental.json.JsonObject object)
Read fallback chunk data from a json object.
|
Modifier and Type | Method and Description |
---|---|
FallbackChunk |
DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl.getFallbackChunk() |
FallbackChunk |
ApplicationConfiguration.getFallbackChunk()
Gets a fallback chunk for the application or
null if it's not
available. |
Modifier and Type | Method and Description |
---|---|
protected DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl |
DefaultApplicationConfigurationFactory.doCreate(VaadinContext context,
FallbackChunk chunk,
Map<String,String> properties)
Creates application configuration instance based on provided data.
|
Constructor and Description |
---|
ApplicationConfigurationImpl(VaadinContext context,
FallbackChunk fallbackChunk,
Map<String,String> properties) |
Copyright © 2021. All rights reserved.