◆ serveJavascript()
void fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.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
Implemented in fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default, and fiftyone.pipeline.web.mvc.services.ClientsidePropertyService.