Class JmixServiceInitListener

java.lang.Object
io.jmix.flowui.sys.JmixServiceInitListener
All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener, Serializable, EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_JmixServiceInitListener") public class JmixServiceInitListener extends Object implements com.vaadin.flow.server.VaadinServiceInitListener, org.springframework.context.ApplicationContextAware
See Also:
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • uiExceptionHandlers

      protected UiExceptionHandlers uiExceptionHandlers
    • screenRegistry

      protected ScreenRegistry screenRegistry
  • Constructor Details

  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • serviceInit

      public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event)
      Specified by:
      serviceInit in interface com.vaadin.flow.server.VaadinServiceInitListener
    • onUIInitEvent

      protected void onUIInitEvent(com.vaadin.flow.server.UIInitEvent uiInitEvent)
    • onSessionInitEvent

      protected void onSessionInitEvent(com.vaadin.flow.server.SessionInitEvent event)
    • registerScreenRoutes

      protected void registerScreenRoutes()
    • registerInternalServiceError

      protected void registerInternalServiceError()