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 ofApplicationConfigurationFactory
. -
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 defaultApplicationConfigurationFactory
bean in case there is no developer provided bean.