public class Servlet.ThisPage extends ThisPage
config, contents, context, data, debugLevel, DOWNLOAD, endDate, fileName, input, messageList, mimeType, mode, NORMAL, redirectAddress, startDate, terminateRequest
Constructor and Description |
---|
Servlet.ThisPage()
Constructor provided to allow subclassing.
|
Servlet.ThisPage(HttpServletRequest request,
HttpServletResponse response,
ServletConfig config)
Initializes the object with information about the HTTP transaction.
|
addException, addMessage, clearWriter, errorMessage, getConfig, getContents, getContext, getDatabase, getDebugLevel, getEndDate, getFileName, getInputStream, getMessageList, getMimeType, getMode, getOutputStream, getPrinter, getRedirectAddress, getRequest, getResponse, getStartDate, getTerminateRequest, getWriter, sendContents, setContents, setDatabase, setDebugLevel, setEndDate, setFileName, setMimeType, setMode, setRedirectAddress, setStartDate
public Servlet.ThisPage()
public Servlet.ThisPage(HttpServletRequest request, HttpServletResponse response, ServletConfig config) throws IOException
request
- HttpServletRequest objectresponse
- HttpServletResponse objectconfig
- ServletConfig objectIOException