Package com.jalios.jcms.rest
Class JcmsRestStatusService
- java.lang.Object
-
- org.restlet.service.StatusService
-
- com.jalios.jcms.rest.JcmsRestStatusService
-
public class JcmsRestStatusService extends org.restlet.service.StatusService
Implementation of StatusServices uses in JCMS Rest OpenAPI. It formats the body entity for errors.- Since:
- JCMS-6.0
- Author:
- dissert
-
-
Constructor Summary
Constructors Constructor Description JcmsRestStatusService(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.restlet.resource.Representation
getRepresentation(org.restlet.data.Status status, org.restlet.data.Request request, org.restlet.data.Response response)
-