Class WebClientUtilsService
java.lang.Object
io.deephaven.enterprise.webclientdata2.web.client.utils.WebClientUtilsService
Service providing utility functions for web clients.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateAndAddToScope(QueryScope scope) Creates a new WebClientUtilsService instance and adds it to the provided QueryScope.
-
Field Details
-
SCOPE_NAME
- See Also:
-
-
Constructor Details
-
WebClientUtilsService
public WebClientUtilsService()
-
-
Method Details
-
createAndAddToScope
Creates a new WebClientUtilsService instance and adds it to the provided QueryScope.- Parameters:
scope- the QueryScope to add the service to
-