◆ serveJS()
boolean fiftyone.pipeline.web.services.FiftyOneJSServiceCore.serveJS | ( | HttpServletRequest | request, |
HttpServletResponse | response | ||
) | throws IOException |
Check if the 51Degrees JavaScript is being requested and write it to the response if it is.
- Parameters
-
- request - the HttpServletRequest to get the FlowData from
- response - the HttpServletResponse to write the JavaScript to
- Returns
- true if JavaScript was written to the response, false otherwise
- Exceptions
-
- IOException - if there was a failure reading or writing to the request or response
Implemented in fiftyone.pipeline.web.services.FiftyOneJSServiceCore.Default.