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.
com.vaadin.flow.server.startup.
Package com.vaadin.flow.server.startup
Interface ApplicationConfigurationFactory
All Known Implementing Classes:
DefaultApplicationConfigurationFactory
, SpringApplicationConfigurationFactory
public interface ApplicationConfigurationFactory
A factory for ApplicationConfiguration
.
Since:
Author:
Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(VaadinContext context) Creates a new instance of
ApplicationConfiguration
for the givencontext
.
-
Method Details
-
create
Creates a new instance of
ApplicationConfiguration
for the givencontext
.Parameters:
context
- the context to create a configuration forReturns:
the configuration created based on the
context
-