Class EventListenerDependencyInjector

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

@Order(1000) @Component("flowui_EventListenerDependencyInjector") public class EventListenerDependencyInjector extends Object implements DependencyInjector
An injector that autowires view methods that are annotated by the EventListener annotation.
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • reflectionCacheManager

      protected ReflectionCacheManager reflectionCacheManager
  • Constructor Details

    • EventListenerDependencyInjector

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