Class GenericPrintable
java.lang.Object
org.kuali.coeus.s2sgen.impl.print.GenericPrintable
- All Implemented Interfaces:
S2SPrintable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method will return the PDF attachments specific to the printable.getName()getXml()This method will provide the either reflected or XML-Bean based XML for input to the Transform into XML-FO.List<org.springframework.core.io.Resource> This method provides a way to get the XSL Transform(s) for the KC generated XML.voidsetAttachments(Map<String, byte[]> attachments) voidvoidvoidsetXslTemplates(List<org.springframework.core.io.Resource> xslTemplates)
-
Constructor Details
-
GenericPrintable
public GenericPrintable()
-
-
Method Details
-
getAttachments
Description copied from interface:S2SPrintableThis method will return the PDF attachments specific to the printable. During printing the attachments will be added as bookmarks to the output. The Key in the map is used as the name of the bookmark.- Specified by:
getAttachmentsin interfaceS2SPrintable- Returns:
- Map of Attachment pdf bytes with bookmark names.
-
setAttachments
-
getXslTemplates
Description copied from interface:S2SPrintableThis method provides a way to get the XSL Transform(s) for the KC generated XML. This XSLT will create a transformed XML-FO stream that will be converted to PDF. Note that multiple transforms are possible on this data.- Specified by:
getXslTemplatesin interfaceS2SPrintable
-
setXslTemplates
-
getXml
Description copied from interface:S2SPrintableThis method will provide the either reflected or XML-Bean based XML for input to the Transform into XML-FO.- Specified by:
getXmlin interfaceS2SPrintable
-
setXml
-
getName
- Specified by:
getNamein interfaceS2SPrintable
-
setName
-