Class PersonalNameValidator

java.lang.Object
org.exoplatform.webui.form.validator.AbstractValidator
org.exoplatform.webui.form.validator.PersonalNameValidator
All Implemented Interfaces:
Serializable, Validator

public class PersonalNameValidator extends AbstractValidator
Author:
Viliam Rockai Validates whether this value is a personal name. It's adding two more special characters beside letters and spaces. Those are "-" (Jean-Claude) and "'" (O'Connor). See GTNPORTAL-2560.
See Also: