Uses of Class
org.silverpeas.web.servlets.RestRequest
-
Packages that use RestRequest Package Description org.silverpeas.web.servlets -
-
Uses of RestRequest in org.silverpeas.web.servlets
Methods in org.silverpeas.web.servlets with parameters of type RestRequest Modifier and Type Method Description protected abstract void
AbstractRestServlet. create(RestRequest request, javax.servlet.http.HttpServletResponse response)
Dispatches client requests to the protected create method if it is a creation.protected abstract void
AbstractRestServlet. delete(RestRequest request, javax.servlet.http.HttpServletResponse response)
Dispatches client requests to the protected delete method if it is a deletion.protected abstract void
AbstractRestServlet. find(RestRequest request, javax.servlet.http.HttpServletResponse response)
Dispatches client requests to the protected find method if it is a search.protected abstract void
AbstractRestServlet. update(RestRequest request, javax.servlet.http.HttpServletResponse response)
Dispatches client requests to the protected update method if it is an update.
-