public class KKJSONServerAdmin
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
KKJSONServerAdmin() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Used for JSON Admin calls
|
void |
init(javax.servlet.ServletConfig config) |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public KKJSONServerAdmin() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected KKException exceptionpublic void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- the configjavax.servlet.ServletException
- an unexpected ServletException exceptionpublic void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
doPost
in class javax.servlet.http.HttpServlet
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Copyright © 2018 DS Data Systems UK Ltd.