|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportRenderer
ReportRenderer is the interface for rendering xml reports to pdf, pdf with embedded svg and html
| Method Summary | |
|---|---|
String |
getBaseDir()
getBaseDir |
String |
getOutputFileName()
getOutputFileName |
void |
render()
render |
void |
render(InputStream inputStream,
OutputStream outputStream,
org.springframework.core.io.Resource xsltResource)
render |
void |
render(String inputFileName,
OutputStream outputStream,
org.springframework.core.io.Resource xsltResource)
render |
byte[] |
render(String inputFileName,
org.springframework.core.io.Resource xsltResource)
render |
void |
render(String inputFileName,
String outputFileName,
org.springframework.core.io.Resource xlstResource)
render |
void |
setBaseDir(String baseDir)
setBaseDir |
void |
setInputFileName(String inputFileName)
setInputFileName |
void |
setOutputFileName(String outputFileName)
setOutputFileName |
void |
setXsltResource(org.springframework.core.io.Resource xsltResource)
setXsltResource |
| Method Detail |
|---|
void render()
throws ReportRenderException
render
ReportRenderException - if any.
void render(String inputFileName,
String outputFileName,
org.springframework.core.io.Resource xlstResource)
throws ReportRenderException
render
inputFileName - a String object.outputFileName - a String object.xlstResource - a Resource object.
ReportRenderException - if any.
void render(String inputFileName,
OutputStream outputStream,
org.springframework.core.io.Resource xsltResource)
throws ReportRenderException
render
inputFileName - a String object.outputStream - a OutputStream object.xsltResource - a Resource object.
ReportRenderException - if any.
void render(InputStream inputStream,
OutputStream outputStream,
org.springframework.core.io.Resource xsltResource)
throws ReportRenderException
render
inputStream - a InputStream object.outputStream - a OutputStream object.xsltResource - a Resource object.
ReportRenderException - if any.
byte[] render(String inputFileName,
org.springframework.core.io.Resource xsltResource)
throws ReportRenderException
render
inputFileName - a String object.xsltResource - a Resource object.
ReportRenderException - if any.void setOutputFileName(String outputFileName)
setOutputFileName
outputFileName - a String object.String getOutputFileName()
getOutputFileName
String object.void setInputFileName(String inputFileName)
setInputFileName
inputFileName - a String object.void setXsltResource(org.springframework.core.io.Resource xsltResource)
setXsltResource
xsltResource - a Resource object.void setBaseDir(String baseDir)
setBaseDir
baseDir - a String object.String getBaseDir()
getBaseDir
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||