Uses of Class
net.sf.jasperreports.web.servlets.ReportPageStatus
-
Packages that use ReportPageStatus Package Description net.sf.jasperreports.web.servlets Contains web servlets implementations. -
-
Uses of ReportPageStatus in net.sf.jasperreports.web.servlets
Fields in net.sf.jasperreports.web.servlets declared as ReportPageStatus Modifier and Type Field Description static ReportPageStatusReportPageStatus. NO_SUCH_PAGEStatus that indicates that the requested page does not exist.static ReportPageStatusReportPageStatus. PAGE_FINALStatus to indicate that a page in its final form has been generated.Methods in net.sf.jasperreports.web.servlets that return ReportPageStatus Modifier and Type Method Description static ReportPageStatusReportPageStatus. nonFinal(long timestamp, boolean modified)Creates a status for a non-final generated page.ReportPageStatusAsyncJasperPrintAccessor. pageStatus(int pageIdx, java.lang.Long pageTimestamp)ReportPageStatusJasperPrintAccessor. pageStatus(int pageIdx, java.lang.Long pageTimestamp)Ensures that a page is available in the generated report.ReportPageStatusSimpleJasperPrintAccessor. pageStatus(int pageIdx, java.lang.Long pageTimestamp)
-