public class ServicesServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static int |
PLUGIN |
static int |
QUERY |
static int |
STORAGE |
Constructor and Description |
---|
ServicesServlet(int type) |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp) |
public static final int STORAGE
public static final int PLUGIN
public static final int QUERY
public ServicesServlet(int type)
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, java.io.IOException
ServletException
java.io.IOException
protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, java.io.IOException
ServletException
java.io.IOException