public class WebStorageEndPoint
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
STORAGE_CLASS |
static String |
STORAGE_ENDPOINT |
static String |
STORAGE_PASSWORD |
static String |
STORAGE_USERNAME |
Constructor and Description |
---|
WebStorageEndPoint() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String STORAGE_ENDPOINT
public static final String STORAGE_USERNAME
public static final String STORAGE_PASSWORD
public static final String STORAGE_CLASS
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, javax.servlet.ServletException
doPost
in class javax.servlet.http.HttpServlet
IOException
javax.servlet.ServletException
Copyright © 2013. All Rights Reserved.