Package com.vaadin.mpr.core
Class MprServiceInitListener
java.lang.Object
com.vaadin.mpr.core.MprServiceInitListener
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
public class MprServiceInitListener
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener
ServiceInitListener responsible for setting attributes to the ServletContext
needed by the multiplatform runtime.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent event)
-
Constructor Details
-
MprServiceInitListener
public MprServiceInitListener()
-
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-