◆ Default()
fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default.Default | ( | FlowDataProviderCore | flowDataProviderCore, |
Pipeline | pipeline | ||
) |
Create a new instance.
- Parameters
-
- flowDataProviderCore - the provider to the FlowData for a request from
- pipeline - the Pipeline in the server instance
Member Function Documentation
◆ serveJavascript()
void fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default.serveJavascript ( HttpServletRequest request, HttpServletResponse response ) throws IOException Add the JavaScript from the FlowData object to the HttpServletResponse.
- Parameters
-
- request - the HttpServletRequest containing the FlowData
- response - the HttpServletResponse to add the JavaScript to
- Exceptions
-
- IOException - if there was a failure reading or writing to the request or response
Implements fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.
◆ serveJson()
void fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default.serveJson ( HttpServletRequest request, HttpServletResponse response ) throws IOException Add the JSON from the FlowData object to the HttpServletResponse.
- Parameters
-
- request - the HttpServletRequest containing the FlowData
- response - the HttpServletResponse to add the JSON to
- Exceptions
-
- IOException - if there was a failure reading or writing to the request or response
Implements fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.