Package com.vaadin.flow.spring
Class SpringApplicationConfigurationFactory
java.lang.Object
com.vaadin.flow.server.startup.AbstractConfigurationFactory
com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
com.vaadin.flow.spring.SpringApplicationConfigurationFactory
- All Implemented Interfaces:
ApplicationConfigurationFactory,Serializable
Passes Spring application properties to the Vaadin application configuration.
- Author:
- Vaadin Ltd
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl -
Field Summary
Fields inherited from class com.vaadin.flow.server.startup.AbstractConfigurationFactory
DEV_FOLDER_MISSING_MESSAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCreate(VaadinContext context, Map<String, String> properties) Creates application configuration instance based on provided data.Methods inherited from class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
create, getTokenFileFromClassloaderMethods inherited from class com.vaadin.flow.server.startup.AbstractConfigurationFactory
getConfigParametersUsingTokenData, getTokenFileContent, setDevModePropertiesUsingTokenData, verifyFolderExists
-
Constructor Details
-
SpringApplicationConfigurationFactory
public SpringApplicationConfigurationFactory()
-
-
Method Details
-
doCreate
protected DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl doCreate(VaadinContext context, Map<String, String> properties) Description copied from class:DefaultApplicationConfigurationFactoryCreates application configuration instance based on provided data.- Overrides:
doCreatein classDefaultApplicationConfigurationFactory- Parameters:
context- the Vaadin context, notnullproperties- the context parameters, notnull- Returns:
- a new application configuration instance
-