Uses of Interface
com.vaadin.flow.server.VaadinConfig
Packages that use VaadinConfig
-
Uses of VaadinConfig in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement VaadinConfigMethods in com.vaadin.flow.server with parameters of type VaadinConfigModifier and TypeMethodDescriptionDeploymentConfigurationFactory.createDeploymentConfiguration
(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig) Creates aDeploymentConfiguration
instance that is filled with all parameters, specified for the current app.protected Properties
DeploymentConfigurationFactory.createInitParameters
(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig) Generate Property containing parameters for with all parameters contained in current application.DeploymentConfigurationFactory.createPropertyDeploymentConfiguration
(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig) Creates aDeploymentConfiguration
instance that has all parameters, specified for the current app without doing checks so property states and only returns default.