Package com.logicaldoc.web
Class DisplayServlet
- java.lang.Object
 - 
- javax.servlet.GenericServlet
 - 
- javax.servlet.http.HttpServlet
 - 
- com.logicaldoc.web.DisplayServlet
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class DisplayServlet extends javax.servlet.http.HttpServletThis servlet is used to serve those requests for displaying details of a document or a folder. It will be protected by basic authentication.- Since:
 - 7.5.1
 - Author:
 - Marco Meschieri - LogicaLDOC
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DisplayServlet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Redirects the request to the proper frontend URL 
 - 
 
- 
- 
Field Detail
- 
USER
public static final String USER
- See Also:
 - Constant Field Values
 
 
- 
DOC_ID
public static final String DOC_ID
- See Also:
 - Constant Field Values
 
 
- 
FOLDER_ID
public static final String FOLDER_ID
- See Also:
 - Constant Field Values
 
 
- 
FOLDER_PATH
public static final String FOLDER_PATH
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOExceptionRedirects the request to the proper frontend URL- Throws:
 javax.servlet.ServletExceptionIOException
 
 - 
 
 -