Class ViewElementsDependencyInjector

java.lang.Object
io.jmix.flowui.sys.autowire.AbstractElementsDependencyInjector
io.jmix.flowui.sys.autowire.ViewElementsDependencyInjector
All Implemented Interfaces:
DependencyInjector

@Order(960) @Component("flowui_ViewElementsDependencyInjector") public class ViewElementsDependencyInjector extends AbstractElementsDependencyInjector
An injector that autowires a fields and setters methods that are annotated by the ViewComponent annotation.
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • ViewElementsDependencyInjector

      public ViewElementsDependencyInjector(org.springframework.context.ApplicationContext applicationContext, ReflectionCacheManager reflectionCacheManager)
  • Method Details