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, servicepublic 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.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException,
javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionCopyright © 2013. All Rights Reserved.