Package io.jmix.core.credits
Class CreditsHtmlRenderer
java.lang.Object
io.jmix.core.credits.CreditsHtmlRenderer
Creates HTML from a list of
CreditsItem objects.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]render(Collection<CreditsItem> items) Returns credits as a byte array containing an HTML document.
-
Constructor Details
-
CreditsHtmlRenderer
public CreditsHtmlRenderer(boolean completePage) Constructor.- Parameters:
completePage- if true, renders the complete page with html, header and body. Otherwise, renders an HTML table only.
-
-
Method Details
-
render
Returns credits as a byte array containing an HTML document.
-