| Package | Description |
|---|---|
| com.vaadin.flow.server |
| Modifier and Type | Class and Description |
|---|---|
class |
VaadinServletConfig
VaadinConfig implementation for Servlets. |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration |
DeploymentConfigurationFactory.createDeploymentConfiguration(Class<?> systemPropertyBaseClass,
VaadinConfig vaadinConfig)
Creates a
DeploymentConfiguration instance that is filled with
all parameters, specified for the current app. |
protected static Properties |
DeploymentConfigurationFactory.createInitParameters(Class<?> systemPropertyBaseClass,
VaadinConfig vaadinConfig)
Generate Property containing parameters for with all parameters contained
in current application.
|
static DeploymentConfiguration |
DeploymentConfigurationFactory.createPropertyDeploymentConfiguration(Class<?> systemPropertyBaseClass,
VaadinConfig vaadinConfig)
Creates a
DeploymentConfiguration instance that has all
parameters, specified for the current app without doing checks so
property states and only returns default. |
Copyright © 2025. All rights reserved.