jp.ne.cappuccino.keisuken.servlet.flavor.FlavorUtils

object TextValidator

[source: jp/ne/cappuccino/keisuken/servlet/flavor/FlavorUtils.scala]

object TextValidator
extends AnyRef
Method Summary
def apply (minLength : Int, maxLength : Int, trim : Boolean) : TextValidator
def apply : TextValidator
def apply (notNull : Boolean, trim : Boolean) : TextValidator
def apply (notNull : Boolean) : TextValidator
def apply (notNull : Boolean, minLength : Int, maxLength : Int, trim : Boolean) : TextValidator
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def apply : TextValidator

def apply(notNull : Boolean) : TextValidator

def apply(notNull : Boolean, trim : Boolean) : TextValidator

def apply(minLength : Int, maxLength : Int, trim : Boolean) : TextValidator

def apply(notNull : Boolean, minLength : Int, maxLength : Int, trim : Boolean) : TextValidator