services.tutor
Class TutorCorrDownload

java.lang.Object
  extended by services.Service
      extended by services.DownloadService
          extended by services.tutor.TutorCorrDownload

public class TutorCorrDownload
extends DownloadService

Download von korrigierten PDFs aus Studentenverzeichnis. Codierung der Files: corr_LOGIN_SERIENID.pdf

Author:
Thorsten Berger

Field Summary
 
Fields inherited from class services.Service
SC_BAD_REQUEST, SC_FORBIDDEN, SC_INTERNAL_SERVER_ERROR, SC_METHOD_NOT_ALLOWED, SC_NOT_FOUND
 
Constructor Summary
TutorCorrDownload(RequestInfo ri)
           
 
Method Summary
 void processRequest()
          Eigentliche Ausführung des Services.
 
Methods inherited from class services.Service
addString, filterHtml, getAndCheckParameter, getAndCheckParameter, getAndCheckParameter, getAndCheckParameter, getContent, getContentType, getStatusCode, getVM, includeError, includeInfo, isDownloadService, respondError, respondError, respondError, respondWithHtmlService, sendErrorRedirect, sendErrorRedirect, setTemplate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TutorCorrDownload

public TutorCorrDownload(RequestInfo ri)
Parameters:
ri -
Method Detail

processRequest

public void processRequest()
Description copied from class: Service
Eigentliche Ausführung des Services.

Specified by:
processRequest in class Service