Detailed Description
Spring framework service for the FiftyOneJSServiceCore.
Inheritance diagram for fiftyone.pipeline.web.mvc.services.FiftyOneJSService:
Collaboration diagram for fiftyone.pipeline.web.mvc.services.FiftyOneJSService:
Classes
class | Default |
Public Member Functions
void | enable (boolean enabled) |
Public Member Functions inherited from fiftyone.pipeline.web.services.FiftyOneJSServiceCore | |
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...
|