Class PreviewHandler

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

public class PreviewHandler extends CopilotServerClient implements CopilotCommand
Copilot 3 day preview handler. It has two basic functionality that starts a new preview and get the preview state.
  • Constructor Details

    • PreviewHandler

      public PreviewHandler()
  • Method Details

    • handleMessage

      public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleMessage in interface CopilotCommand