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

object IntValidator

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

object IntValidator
extends AnyRef
Method Summary
def apply (min : Int, max : Int, default : Int) : IntValidator
def apply (default : Int) : IntValidator
def apply : IntValidator
def apply (min : Int, minOn : Boolean, max : Int, maxOn : Boolean, default : Int, defaultOn : Boolean) : IntValidator
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(min : Int, minOn : Boolean, max : Int, maxOn : Boolean, default : Int, defaultOn : Boolean) : IntValidator

def apply : IntValidator

def apply(default : Int) : IntValidator

def apply(min : Int, max : Int, default : Int) : IntValidator