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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
modifyBootstrapFragment
(com.vaadin.server.BootstrapFragmentResponse response) void
modifyBootstrapPage
(com.vaadin.server.BootstrapPageResponse response)
-
Constructor Details
-
JmixBootstrapListener
public JmixBootstrapListener()
-
-
Method Details
-
modifyBootstrapFragment
public void modifyBootstrapFragment(com.vaadin.server.BootstrapFragmentResponse response) - Specified by:
modifyBootstrapFragment
in interfacecom.vaadin.server.BootstrapListener
-
modifyBootstrapPage
public void modifyBootstrapPage(com.vaadin.server.BootstrapPageResponse response) - Specified by:
modifyBootstrapPage
in interfacecom.vaadin.server.BootstrapListener
-