\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.examples.web.HtmlContentHelper Class Reference

Static Public Member Functions

static void  doHtmlPreamble (PrintWriter out, String title)
Helper to output HTML headers. More...
static void  doResponseHeaders (PrintWriter out, HttpServletResponse response)
static void  doEvidence (PrintWriter out, HttpServletRequest request, FlowData flowData)
static void  doDeviceData (PrintWriter out, DeviceData device, FlowData flowData, String dataFileLocation)
static void  doUachInfo (PrintWriter out)
static void  doLiteRubric (PrintWriter out, FlowData flowData)
Helper to output text about missing values and what to expect from the Lite file. More...
static void  doHtmlPostamble (PrintWriter out)

Member Function Documentation

◆ doHtmlPreamble()

static void fiftyone.devicedetection.examples.web.HtmlContentHelper.doHtmlPreamble ( PrintWriter   out,
String   title  
)
static

Helper to output HTML headers.

Parameters
out - the PrintWriter to write to
title - title of the page

◆ doLiteRubric()

static void fiftyone.devicedetection.examples.web.HtmlContentHelper.doLiteRubric ( PrintWriter   out,
FlowData   flowData  
)
static

Helper to output text about missing values and what to expect from the Lite file.

Parameters
out - the PrintWriter to write to
flowData - the flowdata to use to determine whether the message needs to be output
On This Page