public class RegularExpressionValidator extends java.lang.Object implements Validator
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
PATTERN_PARAM |
static java.lang.String |
STR_PATTERN_DEFAULT |
Constructor and Description |
---|
RegularExpressionValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validate(ProcessingClient client)
Validates the contend of an input field.
|
public static final java.lang.String STR_PATTERN_DEFAULT
private static final java.lang.String PATTERN_PARAM
public boolean validate(ProcessingClient client)
Validator