public final class DUHelper
extends Object
| Constructor and Description |
|---|
DUHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getColorOptions(Map<String,Object> info)
sample method showing how to create options from a global enumeration - see post/color
|
static String |
getRegexConstraint(Map<String,Object> info)
find for given type/att a regular expression constraint, return regex
|
static String |
getWTBaseURL(Map<String,Object> info)
pass thru to StaticHelper's no-args method
|
static String |
prettyPrint(Map<String,Object> info) |
public static final int MAJOR
public static final int MINOR
public static String getWTBaseURL(Map<String,Object> info)
throws Exception
info - unusedExceptionpublic static String getColorOptions(Map<String,Object> info)
throws Exception
info - Exceptionpublic static String getRegexConstraint(Map<String,Object> info)
throws Exception
info - Exceptionpublic static String prettyPrint(Map<String,Object> info)
throws Exception
Exception