Package org.opencastproject.kernel.rest


package org.opencastproject.kernel.rest
  • Classes
    Class
    Description
    Goes through each request and sets its max inactive time to a default value if they are a normal request or invalidates the session if they are a security request.
    Inspects request current job header and sets the current job for the request.
    Adds padding to json responses when the 'jsonp' parameter is specified.
    Listens for JAX-RS annotated services and publishes them to the global URL space using a single shared HttpContext.
    Extends the CXF JSONProvider for the grand purpose of removing '@' symbols from json and padded jsonp.
    An HttpServlet that uses a JAX-RS service to handle requests.