Class ControlCenterI18NConfiguration
java.lang.Object
com.vaadin.controlcenter.starter.i18n.ControlCenterI18NConfiguration
@AutoConfiguration
@AutoConfigureBefore(com.vaadin.flow.spring.SpringBootAutoConfiguration.class)
@EnableConfigurationProperties(ControlCenterI18NProperties.class)
public class ControlCenterI18NConfiguration
extends Object
This configuration bean configures the Control Center I18N provider when the
respective profile is enabled. It is set up to configure before the Vaadin
Spring Boot autoconfiguration in order to ensure the custom I18N provider
bean is registered before the Vaadin config checks for existing I18N provider
beans.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ControlCenterI18NConfiguration
public ControlCenterI18NConfiguration()
-