You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.copilot.

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