public class SimpleHtmlExporterOutput extends SimpleWriterExporterOutput implements HtmlExporterOutput
PROPERTY_CHARACTER_ENCODING
Constructor and Description |
---|
SimpleHtmlExporterOutput(File file) |
SimpleHtmlExporterOutput(File file,
String encoding) |
SimpleHtmlExporterOutput(OutputStream outputStream) |
SimpleHtmlExporterOutput(OutputStream outputStream,
String encoding) |
SimpleHtmlExporterOutput(String fileName) |
SimpleHtmlExporterOutput(StringBuffer sbuffer) |
SimpleHtmlExporterOutput(StringBuilder sbuilder) |
SimpleHtmlExporterOutput(String fileName,
String encoding) |
SimpleHtmlExporterOutput(Writer writer) |
Modifier and Type | Method and Description |
---|---|
HtmlResourceHandler |
getFontHandler()
This handler is needed when generating static, non-interactive HTML output, in server environments
where the JsonExporter is not involved in bringing in the Web font information and the font CSS still
needs to be generated dynamically and comes from a server URL that is different from the one used
for static resources.
|
HtmlResourceHandler |
getImageHandler() |
HtmlResourceHandler |
getResourceHandler() |
void |
setFontHandler(HtmlResourceHandler fontHandler) |
void |
setImageHandler(HtmlResourceHandler imageHandler) |
void |
setResourceHandler(HtmlResourceHandler resourceHandler) |
close, getEncoding, getWriter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getEncoding, getWriter
public SimpleHtmlExporterOutput(StringBuffer sbuffer)
public SimpleHtmlExporterOutput(StringBuilder sbuilder)
public SimpleHtmlExporterOutput(Writer writer)
public SimpleHtmlExporterOutput(OutputStream outputStream)
public SimpleHtmlExporterOutput(OutputStream outputStream, String encoding)
public SimpleHtmlExporterOutput(File file)
public SimpleHtmlExporterOutput(String fileName)
public HtmlResourceHandler getImageHandler()
getImageHandler
in interface HtmlExporterOutput
public void setImageHandler(HtmlResourceHandler imageHandler)
public HtmlResourceHandler getFontHandler()
HtmlExporterOutput
getFontHandler
in interface HtmlExporterOutput
public void setFontHandler(HtmlResourceHandler fontHandler)
public HtmlResourceHandler getResourceHandler()
getResourceHandler
in interface HtmlExporterOutput
public void setResourceHandler(HtmlResourceHandler resourceHandler)
Copyright © 2021 TIBCO Software Inc.. All rights reserved.