Class MinLengthValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean validate​(java.lang.String submittedValue, java.lang.String configuration)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinLengthValidator

        public MinLengthValidator()
    • Method Detail

      • validate

        protected boolean validate​(java.lang.String submittedValue,
                                   java.lang.String configuration)
        Specified by:
        validate in class AbstractTextValueValidator