Package com.vaadin.copilot
Class CopilotIndexHtmlLoader
java.lang.Object
com.vaadin.copilot.CopilotIndexHtmlLoader
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
@JsModule(value="./copilot-version.js",
developmentOnly=true)
public class CopilotIndexHtmlLoader
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent event)
-
Constructor Details
-
CopilotIndexHtmlLoader
public CopilotIndexHtmlLoader()
-
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-