Package io.jmix.ui.sys
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyBootstrapFragment(com.vaadin.server.BootstrapFragmentResponse response) voidmodifyBootstrapPage(com.vaadin.server.BootstrapPageResponse response)
-
Constructor Details
-
JmixBootstrapListener
public JmixBootstrapListener()
-
-
Method Details
-
modifyBootstrapFragment
public void modifyBootstrapFragment(com.vaadin.server.BootstrapFragmentResponse response) - Specified by:
modifyBootstrapFragmentin interfacecom.vaadin.server.BootstrapListener
-
modifyBootstrapPage
public void modifyBootstrapPage(com.vaadin.server.BootstrapPageResponse response) - Specified by:
modifyBootstrapPagein interfacecom.vaadin.server.BootstrapListener
-