public class Writer extends Object
| Constructor and Description |
|---|
Writer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeHtmlDocument(Object object,
String packageTemplateName,
String filePath)
Write the HTML document from the Page object for a bal package.
|
public static void writeHtmlDocument(Object object, String packageTemplateName, String filePath)
object - Page object which is generated from the bal package.packageTemplateName - hbs template file to be used.filePath - path of the file to write the output.Copyright © 2018 WSO2. All rights reserved.