dmanchester / playfop

A library for generating PDFs, images, and other types of output in Play Framework applications.
https://www.dmanchester.com/playfop
Apache License 2.0
11 stars 4 forks source link

Support Java 8 closures for configuring FOUserAgent #6

Open dmanchester opened 9 years ago

dmanchester commented 9 years ago

Closures should be an alternative to implementing the FOUserAgentBlock interface (typically done via an anonymous inner class).