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.
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 a
DeploymentConfiguration
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 a
DeploymentConfiguration
instance that has all parameters, specified for the current app without doing checks so property states and only returns default.