public class GenericPrintable extends Object implements S2SPrintable
| Constructor and Description |
|---|
GenericPrintable() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,byte[]> |
getAttachments()
This method will return the PDF attachments specific to the printable.
|
List<Source> |
getXSLTemplates()
This method provides a way to get the XSL Transform(s) for the KC
generated XML.
|
Map<String,Source> |
getXSLTemplateWithBookmarks() |
Map<String,byte[]> |
renderXML()
This method will provide the either reflected or XML-Bean based XML for
input to the Transform into XML-FO.
|
void |
setAttachments(Map<String,byte[]> attachments) |
void |
setStreamMap(Map<String,byte[]> streamMap) |
void |
setXSLTemplates(List<Source> templates) |
void |
setXSLTemplateWithBookmarks(Map<String,Source> templateWithBookmarks) |
public GenericPrintable()
public void setStreamMap(Map<String,byte[]> streamMap)
public void setAttachments(Map<String,byte[]> attachments)
public void setXSLTemplateWithBookmarks(Map<String,Source> templateWithBookmarks)
public void setXSLTemplates(List<Source> templates)
public Map<String,byte[]> getAttachments()
S2SPrintablegetAttachments in interface S2SPrintablepublic Map<String,Source> getXSLTemplateWithBookmarks()
getXSLTemplateWithBookmarks in interface S2SPrintablepublic List<Source> getXSLTemplates()
S2SPrintablegetXSLTemplates in interface S2SPrintablepublic Map<String,byte[]> renderXML()
S2SPrintablerenderXML in interface S2SPrintableCopyright © 2014 The Kuali Foundation. All rights reserved.