public class MailContentServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
DOCIDS_ATTR
Document ID's.
|
Constructor and Description |
---|
MailContentServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
protected void |
writeContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String hDoc,
int element,
String filename,
boolean currentRevision)
Writes the document's content to the request's output stream.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static final String DOCIDS_ATTR
protected void writeContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String hDoc, int element, String filename, boolean currentRevision) throws IOException
request
- the requestresponse
- the responsehDoc
- the hdocelement
- the elementfilename
- the filenamecurrentRevision
- current revisionIOException
- Signals that an I/O exception has occurred.public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
GenericServlet.init()
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
GenericServlet.destroy()
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
HttpServlet.doGet(javax.servlet.http.HttpServletRequest
, javax.servlet.http.HttpServletResponse)
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.