Package com.saperion.ngc.servlet
Class SignedStreamingServlet
- java.lang.Object
- 
- javax.servlet.GenericServlet
- 
- javax.servlet.http.HttpServlet
- 
- com.saperion.ngc.servlet.AbstractStreamingServlet
- 
- com.saperion.ngc.servlet.SignedStreamingServlet
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.servlet.Servlet,- javax.servlet.ServletConfig
 
 public class SignedStreamingServlet extends AbstractStreamingServlet Document streaming servlet with signature check for Siemens Teamcenter application.- Author:
- rbo
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SignedStreamingServlet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()protected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidinit()- 
Methods inherited from class com.saperion.ngc.servlet.AbstractStreamingServletgetDocService, writeContent, writeContent, writeContent, writeInputStream, writeInputStream
 - 
Methods inherited from class javax.servlet.http.HttpServletdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
- 
 
- 
- 
- 
Method Detail- 
initpublic void init() throws javax.servlet.ServletExceptionDescription copied from class:AbstractStreamingServlet- Overrides:
- initin class- AbstractStreamingServlet
- Throws:
- javax.servlet.ServletException
- See Also:
- GenericServlet.init()
 
 - 
destroypublic void destroy() Description copied from class:AbstractStreamingServlet- Specified by:
- destroyin interface- javax.servlet.Servlet
- Overrides:
- destroyin class- AbstractStreamingServlet
- See Also:
- GenericServlet.destroy()
 
 - 
doGetprotected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException- Overrides:
- doGetin class- javax.servlet.http.HttpServlet
- Throws:
- javax.servlet.ServletException
- java.io.IOException
 
 
- 
 
-