@Deprecated public class CQUserPreferenceServlet extends SlingAllMethodsServlet
CQUserPreferenceServlet stores and reads user profile
specific gadget configuration(s).
Resolves the configuration Node and forwards the request to the Default JSON
Renderer| Constructor and Description |
|---|
CQUserPreferenceServlet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(SlingHttpServletRequest request,
SlingHttpServletResponse response)
Deprecated.
Called by the
SlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP GET request. |
protected void |
doPost(SlingHttpServletRequest request,
SlingHttpServletResponse response)
Deprecated.
Called by the
SlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP POST request. |
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayServicedoGeneric, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, serviceprotected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, java.io.IOException
SlingSafeMethodsServletSlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP GET request.
This default implementation reports back to the client that the method is not supported.
Implementations of this class should overwrite this method with their implementation for the HTTP GET method support.
doGet in class SlingSafeMethodsServletrequest - The HTTP requestresponse - The HTTP responseServletException - Not thrown by this implementation.java.io.IOException - If the error status cannot be reported back to the
client.protected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws ServletException, java.io.IOException
SlingAllMethodsServletSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP POST request.
This default implementation reports back to the client that the method is not supported.
Implementations of this class should overwrite this method with their implementation for the HTTP POST method support.
doPost in class SlingAllMethodsServletrequest - The HTTP requestresponse - The HTTP responseServletException - Not thrown by this implementation.java.io.IOException - If the error status cannot be reported back to the
client.