\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default Class Reference

Detailed Description

Default implementation of the ClientsidePropertyServiceCore interface.

Inheritance diagram for fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default:

[legend]

Collaboration diagram for fiftyone.pipeline.web.services.ClientsidePropertyServiceCore.Default:

[legend]

Public Member Functions

 Default (FlowDataProviderCore flowDataProviderCore, Pipeline pipeline)
Create a new instance. More...
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...
void  serveContent (HttpServletRequest request, HttpServletResponse response, ContentTypes contentType) throws IOException

Protected Member Functions

void  init ()
Initialise the service.

Protected Attributes

Pipeline  pipeline
The Pipeline in the server instance.

Static Protected Attributes

static final char  PROFILE_OVERRIDES_SPLITTER = '|'
Character used by profile override logic to separate profile IDs.

Constructor & Destructor Documentation

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.