public interface ReportOutput
Modifier and Type | Method and Description |
---|---|
void |
close() |
OutputFormat |
getFormat() |
void |
open() |
<T> void |
output(String templateName,
T model) |
void open()
void close()
<T> void output(String templateName, T model)
templateName
- model
- OutputFormat getFormat()
Copyright © 2006–2015. All rights reserved.