Class JmixBootstrapListener

java.lang.Object
io.jmix.ui.sys.JmixBootstrapListener
All Implemented Interfaces:
com.vaadin.event.SerializableEventListener, com.vaadin.server.BootstrapListener, Serializable, EventListener

@Component("ui_JmixBootstrapListener") public class JmixBootstrapListener extends Object implements com.vaadin.server.BootstrapListener
See Also:
  • Constructor Details

    • JmixBootstrapListener

      public JmixBootstrapListener()
  • Method Details

    • modifyBootstrapFragment

      public void modifyBootstrapFragment(com.vaadin.server.BootstrapFragmentResponse response)
      Specified by:
      modifyBootstrapFragment in interface com.vaadin.server.BootstrapListener
    • modifyBootstrapPage

      public void modifyBootstrapPage(com.vaadin.server.BootstrapPageResponse response)
      Specified by:
      modifyBootstrapPage in interface com.vaadin.server.BootstrapListener