Class TabbedModeFlowuiConfiguration

java.lang.Object
io.jmix.tabbedmode.TabbedModeFlowuiConfiguration

@Configuration @ComponentScan public class TabbedModeFlowuiConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.web.servlet.ServletRegistrationBean<com.vaadin.flow.spring.SpringServlet>
    servletRegistrationBean(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig, com.vaadin.flow.spring.VaadinConfigurationProperties configurationProperties, org.springframework.context.ApplicationContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TabbedModeFlowuiConfiguration

      public TabbedModeFlowuiConfiguration()
  • Method Details

    • servletRegistrationBean

      @Bean("tabmod_ServletRegistrationBean") public org.springframework.boot.web.servlet.ServletRegistrationBean<com.vaadin.flow.spring.SpringServlet> servletRegistrationBean(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.MultipartConfigElement> multipartConfig, com.vaadin.flow.spring.VaadinConfigurationProperties configurationProperties, org.springframework.context.ApplicationContext context)