public class HTMLDumper
extends java.lang.Object
| Constructor and Description |
|---|
HTMLDumper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpComponentAsHTML(java.io.PrintStream out,
java.lang.String name,
PropertySheet properties)
Dumps the given component as HTML to the given stream
|
static void |
dumpFooter(java.io.PrintStream out)
Dumps the footer for HTML output
|
static void |
dumpHeader(java.io.PrintStream out)
Dumps the header for HTML output
|
static void |
showConfigAsHTML(ConfigurationManager ConfigurationManager,
java.lang.String path)
Dumps the config as a set of HTML tables
|
public static void showConfigAsHTML(ConfigurationManager ConfigurationManager, java.lang.String path) throws java.io.IOException
ConfigurationManager - the managerpath - where to output the HTMLjava.io.IOException - if an error occurspublic static void dumpFooter(java.io.PrintStream out)
out - the output streampublic static void dumpHeader(java.io.PrintStream out)
out - the output streampublic static void dumpComponentAsHTML(java.io.PrintStream out,
java.lang.String name,
PropertySheet properties)
out - where to dump the HTMLname - the name of the component to dumpproperties - properties to dump