\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.web.mvc.components.FiftyOneInterceptor Class Reference

Detailed Description

The 51Degrees middleware component.

This carries out the processing on the device making the request using the Pipeline which has been constructed, and intercepts requests for the 51Degrees JavaScript.

Inheritance diagram for fiftyone.pipeline.web.mvc.components.FiftyOneInterceptor:

[legend]

Collaboration diagram for fiftyone.pipeline.web.mvc.components.FiftyOneInterceptor:

[legend]

Public Member Functions

 FiftyOneInterceptor (FiftyOneInterceptorConfig config, PipelineResultService resultService, FlowDataProvider flowDataProvider, ClientsidePropertyService clientsidePropertyService, FiftyOneJSService fiftyOneJsService, UACHService uachService) throws RuntimeException
boolean  preHandle (HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception
void  afterCompletion (HttpServletRequest request, HttpServletResponse response, Object handler, Exception ex) throws Exception
ClientsidePropertyService  getClientsidePropertyService ()

Static Public Member Functions

static void  enableClientsideProperties (ViewControllerRegistry viewControllerRegistry)

Public Attributes

Pipeline  pipeline
On This Page