Uses of Interface
com.vaadin.flow.server.VaadinConfig
-
Packages that use VaadinConfig Package Description com.vaadin.flow.server -
-
Uses of VaadinConfig in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement VaadinConfig Modifier and Type Class Description classVaadinServletConfigVaadinConfigimplementation for Servlets.Methods in com.vaadin.flow.server with parameters of type VaadinConfig Modifier and Type Method Description DeploymentConfigurationDeploymentConfigurationFactory. createDeploymentConfiguration(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)Creates aDeploymentConfigurationinstance that is filled with all parameters, specified for the current app.protected PropertiesDeploymentConfigurationFactory. createInitParameters(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)Generate Property containing parameters for with all parameters contained in current application.DeploymentConfigurationDeploymentConfigurationFactory. createPropertyDeploymentConfiguration(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)Creates aDeploymentConfigurationinstance that has all parameters, specified for the current app without doing checks so property states and only returns default.
-