Class FragmentElementsDependencyInjector

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

@Order(910) @Component("flowui_FragmentElementsDependencyInjector") public class FragmentElementsDependencyInjector extends AbstractElementsDependencyInjector
An injector that autowires a fields and setters methods that are annotated by the ViewComponent annotation in the Fragment.
  • Field Details

    • applicationContext

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

    • FragmentElementsDependencyInjector

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