Implement Screen Widget Renderer for Fo (Formatting Objects)
------------------------------------------------------------

                 Key: OFBIZ-809
                 URL: https://issues.apache.org/jira/browse/OFBIZ-809
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: framework
            Reporter: Jacopo Cappellato
            Priority: Minor


Implement a new class to render a screen widget definition with xsl-fo markup.
The class should live in the package:

package org.ofbiz.widget.fo;

and its name should be:

public class FoScreenRenderer implements ScreenStringRenderer {
...

It should be very similar to org.ofbiz.widget.html.HtmlScreenRenderer

This class, together with the existing FoFormRenderer (that is the equivalent 
of HtmlFormRenderer), will provide a way to export a screen definition in 
xsl-fo (and then PDF, XML, etc...) instead of html as is now.

Any volunteers? I would be more than happy to help with implementation details.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to