Package org.faceless.report
Contains the high-level classes for running the XML to PDF conversion
-
Interface Summary Interface Description MetaHandler The MetaHandler interface allows a small measure of interaction between the XML document being parsed and the parent process.URLConnectionFactory An interface that can be implemented to override or extend the Report Generators method of resolving URLs. -
Class Summary Class Description JakartaPDFFilter TheJakartaPDFFilter
class is an implementation of the Servlet 6 Filter interface, which automatically converts an XML report into a PDF which is returned to the client.JakartaPDFProxyServlet The JakartaPDFProxyServlet is a basic servlet which accepts a request, reads an XML report from another URL and turns it into a PDF to be returned to the client.PDFFilter ThePDFFilter
class is an implementation of the Servlet 2.3 Filter interface, which automatically converts an XML report into a PDF which is returned to the client.PDFProxyServlet The PDFProxyServlet is a basic servlet which accepts a request, reads an XML report from another URL and turns it into a PDF to be returned to the client.ReportHandler AContentHandler
which will parse the Report Generator XML and creeate a PDF as a result.ReportParser The top level class for the Big Faceless Report Generator.