public class AnalyticsSearchProcessor
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
AnalyticsSearchProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Search the table
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Send a drill down request and get the results.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletreq - HttpRequest which has the required parameters to do the operation.resp - HttpResponse which returns the result of the intended operation.javax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletreq - HttpRequest which has the required parameters to do the operation.resp - HttpResponse which returns the result of the intended operation.javax.servlet.ServletExceptionIOExceptionCopyright © 2016 WSO2. All rights reserved.