Improve support for different media types in the ScreenFopPdfViewHandler
------------------------------------------------------------------------
Key: OFBIZ-823
URL: https://issues.apache.org/jira/browse/OFBIZ-823
Project: OFBiz (The Open for Business Project)
Issue Type: Improvement
Components: framework
Reporter: Jacopo Cappellato
Priority: Minor
Right now the ScreenFopPdfViewHandler class can only serve PDF documents out of
a screen definition.
The "content-type" attribute set in the controller's view definition is ignored.
What I'm proposing is to enhance the class to support at least the PCL and
POSTSCRIPT output (because they should be supported by FOP).
Some of the details:
1) rename the class from ScreenFopPdfViewHandler to ScreenFopViewHandler
2) add support for different media types according to the content-type
attribute set in the view definition
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.