public class Children extends SlingSafeMethodsServlet
Constructor and Description |
---|
Children() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(SlingHttpServletRequest request,
SlingHttpServletResponse response)
Called by the
SlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP GET request. |
getServletInfo, service
public void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response)
SlingSafeMethodsServlet
SlingSafeMethodsServlet.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.
request
- The HTTP requestresponse
- The HTTP response"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"