Uses of Class
digilib.servlet.PDFGenerator.PDFStatus
-
Packages that use PDFGenerator.PDFStatus Package Description digilib.servlet -
-
Uses of PDFGenerator.PDFStatus in digilib.servlet
Methods in digilib.servlet that return PDFGenerator.PDFStatus Modifier and Type Method Description PDFGenerator.PDFStatus
PDFGenerator. getStatus(String documentid)
check the status of the document corresponding to the documentidstatic PDFGenerator.PDFStatus
PDFGenerator.PDFStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFGenerator.PDFStatus[]
PDFGenerator.PDFStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in digilib.servlet with parameters of type PDFGenerator.PDFStatus Modifier and Type Method Description void
PDFGenerator. notifyUser(PDFGenerator.PDFStatus status, String documentid, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
depending on the documents status, redirect the user to the appropriate waiting or download page.
-