public class RegexpValidator extends ValidatorAdapter
Constructor and Description |
---|
RegexpValidator(String attribute,
String rule) |
Modifier and Type | Method and Description |
---|---|
void |
validate(Model m)
Called by framework when a
Model.validate() method called. |
formatMessage, getMessage, setMessage
public void validate(Model m)
Validator
Model.validate()
method called.m
- model being validated.Copyright © 2019 JavaLite. All rights reserved.