Package com.saperion.ngc.servlet
Class ViewDocumentServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.saperion.ngc.servlet.AbstractStreamingServlet
com.saperion.ngc.servlet.ViewDocumentServlet
- All Implemented Interfaces:
- jakarta.servlet.Servlet,- jakarta.servlet.ServletConfig,- Serializable
Servlet used to view a document in a viewer. The document is found by using the viewer's id to get all required
 information from the session.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringAttribute in theOpenDocumentBeanthat controls rendering.Fields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) Methods inherited from class com.saperion.ngc.servlet.AbstractStreamingServletdestroy, getDocService, init, writeContent, writeContent, writeContent, writeInputStream, writeInputStreamMethods inherited from class jakarta.servlet.http.HttpServletdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, serviceMethods inherited from class jakarta.servlet.GenericServletgetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
- 
Field Details- 
TARGET_FORMATAttribute in theOpenDocumentBeanthat controls rendering.- See Also:
 
 
- 
- 
Constructor Details- 
ViewDocumentServletpublic ViewDocumentServlet()
 
- 
- 
Method Details- 
doGetprotected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws jakarta.servlet.ServletException, IOException - Overrides:
- doGetin class- jakarta.servlet.http.HttpServlet
- Throws:
- jakarta.servlet.ServletException
- IOException
- See Also:
- 
- HttpServlet.doGet(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
 
 
 
-