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, servicepublic 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.GenericServletjavax.servlet.ServletExceptionGenericServlet.init()public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletGenericServlet.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.HttpServletjavax.servlet.ServletExceptionIOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest
, javax.servlet.http.HttpServletResponse)Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.