public class DocumentResourceUpload
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
DOC_ID |
protected static org.slf4j.Logger |
log |
static String |
SUFFIX |
static String |
VERSION_DOC |
static String |
VERSION_ID |
| Constructor and Description |
|---|
DocumentResourceUpload()
Constructor of the object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected static org.slf4j.Logger log
public static final String DOC_ID
public static final String SUFFIX
public static final String VERSION_ID
public static final String VERSION_DOC
public DocumentResourceUpload()
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.