Uses of Class
com.jalios.jcms.rest.RestException
-
Packages that use RestException Package Description com.jalios.jcms.rest -
-
Uses of RestException in com.jalios.jcms.rest
Methods in com.jalios.jcms.rest with parameters of type RestException Modifier and Type Method Description static void
RestUtil. sendDetailedError(javax.servlet.http.HttpServletResponse response, RestException exception, org.restlet.data.MediaType contentType)
This method send an error streamstatic void
RestUtil. sendDetailedError(org.restlet.data.Response response, RestException exception, org.restlet.data.MediaType contentType)
This method send an error stream from restlet scope)Methods in com.jalios.jcms.rest that throw RestException Modifier and Type Method Description static java.util.LinkedHashMap<java.lang.String,java.util.List<java.lang.String>>
RestUtil. getFormParameters(org.restlet.resource.Representation entity, javax.servlet.http.HttpServletRequest j2eeRequest)
Read form parameters from a rest entity (as json entity, application/x-www-form-urlencoded or multipart-formdata entity)
-