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.startup.ApplicationConfigurationFactory
Packages that use ApplicationConfigurationFactory
-
Uses of ApplicationConfigurationFactory in com.vaadin.flow.server.startup
Classes in com.vaadin.flow.server.startup that implement ApplicationConfigurationFactoryModifier and TypeClassDescriptionclass
Default implementation of
ApplicationConfigurationFactory
. -
Uses of ApplicationConfigurationFactory in com.vaadin.flow.spring
Classes in com.vaadin.flow.spring that implement ApplicationConfigurationFactoryModifier and TypeClassDescriptionclass
Passes Spring application properties to the Vaadin application configuration.
Methods in com.vaadin.flow.spring that return ApplicationConfigurationFactoryModifier and TypeMethodDescriptionVaadinApplicationConfiguration.defaultApplicationConfigurationFactory()
Creates a default
ApplicationConfigurationFactory
bean in case there is no developer provided bean.