Package io.keikai.model.impl.html
Class HtmlExporterFactory
java.lang.Object
io.keikai.model.impl.html.HtmlExporterFactory
- All Implemented Interfaces:
SExporterFactory
Exporter factory for HTML output.
Returns the Rust-native RustHtmlExporter, which delegates through
the JNI shim to axyra-sheets-html. Mirrors
PdfExporterFactory's always-Rust shape.
The legacy ToHtml-based exporter and the kkrender Java
renderer were removed once BorH*Test contracts ran green against
the Rust pipeline.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HtmlExporterFactory
public HtmlExporterFactory()
-
-
Method Details
-
createExporter
Description copied from interface:SExporterFactoryCreate an exporter- Specified by:
createExporterin interfaceSExporterFactory
-