Package com.logicaldoc.web
Class DocumentResourceUpload
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.logicaldoc.web.DocumentResourceUpload
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class DocumentResourceUpload extends javax.servlet.http.HttpServlet
This servlet is responsible for document resource upload. It receives the document resource and uploads it in LogicalDOC, inside the document's folder.- Since:
- 4.5
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOC_ID
static String
SUFFIX
static String
VERSION_DOC
static String
VERSION_ID
-
Constructor Summary
Constructors Constructor Description DocumentResourceUpload()
Constructor of the object.
-
-
-
Field Detail
-
DOC_ID
public static final String DOC_ID
- See Also:
- Constant Field Values
-
SUFFIX
public static final String SUFFIX
- See Also:
- Constant Field Values
-
VERSION_ID
public static final String VERSION_ID
- See Also:
- Constant Field Values
-
VERSION_DOC
public static final String VERSION_DOC
- See Also:
- Constant Field Values
-
-