\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.web.mvc.services.ClientsidePropertyService Interface Reference

Detailed Description

Spring framework service for the ClientsidePropertyServiceCore.

Inheritance diagram for fiftyone.pipeline.web.mvc.services.ClientsidePropertyService:

[legend]

Collaboration diagram for fiftyone.pipeline.web.mvc.services.ClientsidePropertyService:

[legend]

Classes

class  Default

Public Member Functions

void  setPipeline (Pipeline pipeline)
void  serveJavascript (HttpServletRequest request, HttpServletResponse response) throws IOException
Add the JavaScript from the FlowData object to the HttpServletResponse. More...
void  serveJson (HttpServletRequest request, HttpServletResponse response) throws IOException
Add the JSON from the FlowData object to the HttpServletResponse. More...

Member Function Documentation

◆ serveJavascript()

void fiftyone.pipeline.web.mvc.services.ClientsidePropertyService.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.mvc.services.ClientsidePropertyService.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.