Package org.opencastproject.kernel.rest
-
Interface Summary Interface Description RestEndpoint Endpoints that wish to receive a notification after they have been registered by theRestPublisher
should implement this interface. -
Class Summary Class Description CleanSessionsFilter 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.CurrentJobFilter Inspects request current job header and sets the current job for the request.JsonpFilter Adds padding to json responses when the 'jsonp' parameter is specified.RestPublisher Listens for JAX-RS annotated services and publishes them to the global URL space using a single shared HttpContext.RestPublisher.OpencastJSONProvider<T> Extends the CXF JSONProvider for the grand purpose of removing '@' symbols from json and padded jsonp.