public class RpcRelayServlet extends SlingSafeMethodsServlet
| Constructor and Description |
|---|
RpcRelayServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(SlingHttpServletRequest request,
SlingHttpServletResponse response)
Called by the
SlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP GET request. |
doGeneric, doHead, doOptions, doTrace, getAllowedRequestMethods, getServletInfo, handleMethodNotImplemented, mayService, 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.