public class AnalyticsTableSchemaProcessor
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
AnalyticsTableSchemaProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Get table schema.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
set schema
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected 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.ServletExceptionIOExceptionprotected 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.ServletExceptionIOExceptionCopyright © 2016 WSO2. All rights reserved.