John,
thanks for looking at this: you are completely right.
Don't worry about the two classes, they will be probably removed (if no
one will be against this) after that I'll commit soon the screen widget
version of the fonts.fo report.
Thanks,
Jacopo
fonts.pdf
John Martin wrote:
As for FopPdfViewHandler, I only found one reference to it in the
application/content/webapp/content/WEB-INF/controller.xml
<handler name="fop" type="view"
class="org.ofbiz.webapp.view.FopPdfViewHandler"/>
<view-map name="fonts.fo" page="/fonts.fo.ftl" type="fop"/>
I checked the entire code base and didn't find a single reference to
fonts.fo outside the definition in the controller.xml. There were a
few references to fonts.fo.xml but I couldn't find any connection. It
really appears to me that FopPdfViewHandler is never used.
John