t

gitbucket.core.controller

ValidationSupport

trait ValidationSupport extends FormSupport

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValidationSupport
  2. FormSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def ajaxDelete[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  2. def ajaxGet[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  3. def ajaxPost[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  4. def ajaxPut[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  5. def delete[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  6. def get[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  7. def post[T](path: String, form: ValueType[T])(action: (T) => Any): Route
  8. def put[T](path: String, form: ValueType[T])(action: (T) => Any): Route