public interface ReportRenderer
Modifier and Type | Method and Description |
---|---|
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
|
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.void setInputFileName(String inputFileName)
setInputFileName
inputFileName
- a String
object.void setXsltResource(org.springframework.core.io.Resource xsltResource)
setXsltResource
xsltResource
- a Resource
object.Copyright © 2021. All rights reserved.