@SlingServlet(label="ACS AEM Commons - Users to CSV - Init Servlet",
methods="GET",
resourceTypes="acs-commons/components/utilities/exporters/users-to-csv",
selectors="init",
extensions="json")
public class UsersInitServlet
extends org.apache.sling.api.servlets.SlingSafeMethodsServlet
| Constructor and Description |
|---|
UsersInitServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
Returns a JSON containing the options available to the form, and any prior saved data that should pre-populate the form.
|
doGeneric, doHead, doOptions, doTrace, getAllowedRequestMethods, getServletInfo, handleMethodNotImplemented, mayService, service, servicepublic void doGet(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
throws IOException,
javax.servlet.ServletException
doGet in class org.apache.sling.api.servlets.SlingSafeMethodsServletrequest - the Sling HTTP Request objectresponse - the Sling HTTP Response objectIOExceptionjavax.servlet.ServletExceptionCopyright © 2013–2020 Adobe. All rights reserved.