Package com.vaadin.copilot
Class UiServiceHandler
java.lang.Object
com.vaadin.copilot.UiServiceHandler
- All Implemented Interfaces:
CopilotCommand
Provides endpoint information to the client.
-
Field Summary
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_CANCEL_REQ_ID, KEY_REQ_ID
-
Constructor Summary
ConstructorsConstructorDescriptionUiServiceHandler
(ProjectManager projectManager, VaadinServletContext context) Creates a new endpoint handler. -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) static int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.copilot.CopilotCommand
canBeParallelCommand, handleConnect
-
Constructor Details
-
UiServiceHandler
Creates a new endpoint handler.- Parameters:
projectManager
- the project manager to usecontext
- the servlet context to use
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-
sortByClassName
-