public class AdminService extends AbstractService
Constructor and Description |
---|
AdminService() |
Modifier and Type | Method and Description |
---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the service request and stores the result in the response.
|
parseJSONRequest, stack2string, writeJSONObject
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
AbstractService
handle
in class AbstractService
request
- the requestresponse
- the responseCopyright © 2015. All rights reserved.