\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.examples.web.GettingStartedWebCloud Class Reference

Detailed Description

This is the getting started Web/Cloud example showing use of the 51Degrees supplied filter which automatically creates and configures a device detection pipeline.

To use this example you must obtain a resource key. A resource key suitable for use with the example can be obtained here: https://configure.51degrees.com/jqz435Nc.

The configuration file for the pipeline is at src/main/webapp/WEB-INF/51Degrees-Cloud.xml

Inheritance diagram for fiftyone.devicedetection.examples.web.GettingStartedWebCloud:

[legend]

Collaboration diagram for fiftyone.devicedetection.examples.web.GettingStartedWebCloud:

[legend]

Static Public Member Functions

static void  main (String[] args) throws Exception

Static Public Attributes

static String  resourceBase = "web/getting-started.cloud/src/main/webapp"
static Logger  logger = LoggerFactory.getLogger(GettingStartedWebCloud.class)

Protected Member Functions

void  processRequest (HttpServletRequest request, HttpServletResponse response) throws Exception
void  doGet (HttpServletRequest request, HttpServletResponse response)
Handles the HTTP GET method. More...

Member Function Documentation

◆ doGet()

void fiftyone.devicedetection.examples.web.GettingStartedWebCloud.doGet ( HttpServletRequest   request,
HttpServletResponse   response  
)
protected

Handles the HTTP GET method.

Parameters
request - servlet request
response - servlet response
Examples
GettingStartedWebCloud.java.

◆ processRequest()

void fiftyone.devicedetection.examples.web.GettingStartedWebCloud.processRequest ( HttpServletRequest   request,
HttpServletResponse   response  
) throws Exception
protected
Parameters
request - servlet request
response - servlet response
Exceptions
Exception - when things go wrong
Examples
GettingStartedWebCloud.java.
On This Page