Inheritance diagram for fiftyone.pipeline.web.mvc.services.FiftyOneJSService.Default:
Collaboration diagram for fiftyone.pipeline.web.mvc.services.FiftyOneJSService.Default:
Public Member Functions
Default (ClientsidePropertyService clientsidePropertyService) | |
void | enable (boolean enabled) |
Public Member Functions inherited from fiftyone.pipeline.web.services.FiftyOneJSServiceCore.Default | |
Default (ClientsidePropertyServiceCore clientsidePropertyServiceCore, boolean enabled)
Construct a new instance. More...
| |
boolean | serveJS (HttpServletRequest request, HttpServletResponse response) throws IOException
Check if the 51Degrees JavaScript is being requested and write it to the response if it is. More...
|
boolean | serveJson (HttpServletRequest request, HttpServletResponse response) throws IOException
Check if the 51Degrees JSON is being requested and write it to the response if it is. More...
|