Package edu.tufts.hrilab.gui


package edu.tufts.hrilab.gui
  • Class
    Description
     
    Manages application configurations such as base URL and CORS origins.
     
    An abstract class which defines required behavior for GUI adapters.
    An implementation of the Spring server backend.
    An interface which marks the implementing class as a component with a GUI.
    A WebSocket handler which instantiates GuiAdapters when their respective GuiProvider are registered with TRADE, distributes incoming messages to the relevant GuiAdapters, and collects outgoing messages for transmission to the frontend.
    TradeServiceAdapter.
    TradeServiceComponent.
     
    Web MVC Configuration for handling CORS policies and static resource locations.