Class RouteHandler

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

public class RouteHandler extends Object implements CopilotCommand
Provides server side route information to the client.
  • Constructor Details

    • RouteHandler

      public RouteHandler(ProjectManager projectManager, VaadinServletContext context)
      Creates a new route handler.
      Parameters:
      projectManager - the project manager to use
      context - the servlet context to use
  • Method Details