play.api.mvc

QueryStringBindable

object QueryStringBindable extends AnyRef

Default binders for Query String

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. QueryStringBindable
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. implicit def bindableBoolean : QueryStringBindable[Boolean]

    QueryString binder for Boolean.

    QueryString binder for Boolean.

    Attributes
    implicit
  8. implicit def bindableInt : QueryStringBindable[Int]

    QueryString binder for Int.

    QueryString binder for Int.

    Attributes
    implicit
  9. implicit def bindableInteger : QueryStringBindable[Integer]

    QueryString binder for Integer.

    QueryString binder for Integer.

    Attributes
    implicit
  10. implicit def bindableJavaOption [T] (implicit arg0: QueryStringBindable[T]): QueryStringBindable[Option[T]] { def bind(key: String,params: Map[String,Seq[String]]): Some[Product with Serializable with Either[String,play.libs.F.Option[T]]] }

    QueryString binder for Java Option.

    QueryString binder for Java Option.

    Attributes
    implicit
  11. implicit def bindableLong : QueryStringBindable[Long]

    QueryString binder for Long.

    QueryString binder for Long.

    Attributes
    implicit
  12. implicit def bindableOption [T] (implicit arg0: QueryStringBindable[T]): QueryStringBindable[Option[T]] { def bind(key: String,params: Map[String,Seq[String]]): Some[Product with Serializable with Either[String,Option[T]]] }

    QueryString binder for Option.

    QueryString binder for Option.

    Attributes
    implicit
  13. implicit def bindableString : QueryStringBindable[String] { def bind(key: String,params: Map[String,Seq[String]]): Option[Right[Nothing,String]] }

    QueryString binder for String.

    QueryString binder for String.

    Attributes
    implicit
  14. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. implicit def javaQueryStringBindable [T <: QueryStringBindable[T]] (implicit m: Manifest[T]): QueryStringBindable[T]

    QueryString binder for QueryStringBindable.

    QueryString binder for QueryStringBindable.

    Attributes
    implicit
  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Definition Classes
    AnyRef → Any
  27. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any