Class UiServiceHandler

java.lang.Object
com.vaadin.copilot.UiServiceHandler
All Implemented Interfaces:
CopilotCommand

public class UiServiceHandler extends Object implements CopilotCommand
Provides endpoint information to the client.
  • Constructor Details

    • UiServiceHandler

      public UiServiceHandler(ProjectManager projectManager, com.vaadin.flow.server.VaadinServletContext context)
      Creates a new endpoint handler.
      Parameters:
      projectManager - the project manager to use
      context - the servlet context to use
  • Method Details