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()
S2SPrintable
getAttachments
in interface S2SPrintable
public Map<String,Source> getXSLTemplateWithBookmarks()
getXSLTemplateWithBookmarks
in interface S2SPrintable
public List<Source> getXSLTemplates()
S2SPrintable
getXSLTemplates
in interface S2SPrintable
public Map<String,byte[]> renderXML()
S2SPrintable
renderXML
in interface S2SPrintable
Copyright © 2014 The Kuali Foundation. All rights reserved.