| java.lang.Object com.flexive.faces.validators.RegularExpressionValidator
RegularExpressionValidator | public class RegularExpressionValidator implements Validator(Code) | | Checks if the given input value is a valid regular expression (unlike Tomahawk's
validateRegexpr validator, which validates the input value using a regular expression).
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
Method Summary | |
public void | validate(FacesContext context, UIComponent component, Object value) |
validate | public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException(Code) | | |
|
|