Class IdentifierValidator

All Implemented Interfaces:
Serializable, Validator

public class IdentifierValidator extends MultipleConditionsValidator implements Serializable
Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether the value is composed of letters, digit , '_' or '-'h First character could not be digit or '-'
See Also:
  • Constructor Details

    • IdentifierValidator

      public IdentifierValidator()
  • Method Details