Package

examples

formvalidation

Permalink

package formvalidation

Visibility
  1. Public
  2. All

Type Members

  1. case class Age extends Product with Serializable

    Permalink
  2. case class DisplayUserAge(name: Name, age: Age) extends View with Product with Serializable

    Permalink
  3. case class Name extends Product with Serializable

    Permalink
  4. case class NameAndAgeForm(names: Seq[String], values: Map[String, String], errors: Map[String, String]) extends View with Product with Serializable

    Permalink
  5. class ReportAge extends ServerRoutes[Request, View]

    Permalink

    This is a set of 2 routes which model: 1.

    This is a set of 2 routes which model: 1. GET route - form display 2. POST route - submission of form

Value Members

  1. object Age extends Serializable

    Permalink
  2. object FormValidation extends App

    Permalink
  3. object Name extends Serializable

    Permalink
  4. object NameAndAgeForm extends Serializable

    Permalink

Ungrouped