Package com.onec.print
Interface PrintService
- All Known Implementing Classes:
ThymeleafPrintService
public interface PrintService
Renders a registered template for a given target object into bytes.
The format (HTML/PDF) is determined by the template's declared
PrintFormat.-
Method Summary
Modifier and TypeMethodDescriptionRender the template registered undertemplateNamefortarget's class.Render with explicit extra model variables exposed to the template under"extra".
-
Method Details
-
render
Render the template registered undertemplateNamefortarget's class. -
render
Render with explicit extra model variables exposed to the template under"extra".
-