Class WebClientUtilsService

java.lang.Object
io.deephaven.enterprise.webclientdata2.web.client.utils.WebClientUtilsService

public class WebClientUtilsService extends Object
Service providing utility functions for web clients.
  • Field Details

  • Constructor Details

    • WebClientUtilsService

      public WebClientUtilsService()
  • Method Details

    • createAndAddToScope

      public static void createAndAddToScope(QueryScope scope)
      Creates a new WebClientUtilsService instance and adds it to the provided QueryScope.
      Parameters:
      scope - the QueryScope to add the service to