public class RulesHtmlToolkit extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
IN_PROGRESS
Constant used to indicate rule evaluation in progress.
|
| Constructor and Description |
|---|
RulesHtmlToolkit() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateSinglePageHtml(Collection<Result> results) |
static String |
generateStructuredHtml(HtmlResultProvider editor,
Iterable<HtmlResultGroup> descriptors,
HashMap<String,Boolean> resultExpandedStates,
boolean addShowOkCheckBox) |
static String |
getDescription(Result result) |
public static final double IN_PROGRESS
public static String generateSinglePageHtml(Collection<Result> results) throws IOException
IOExceptionpublic static String generateStructuredHtml(HtmlResultProvider editor, Iterable<HtmlResultGroup> descriptors, HashMap<String,Boolean> resultExpandedStates, boolean addShowOkCheckBox)
Copyright © 2020. All rights reserved.