bindableChar
play.api.mvc.QueryStringBindable.bindableChar
object bindableChar extends QueryStringBindable[Char]
QueryString binder for Char.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableChar.type
Members list
Value members
Concrete methods
Bind a query string parameter.
Bind a query string parameter.
Value parameters
- key
-
Parameter key
- params
-
QueryString data
Attributes
- Returns
-
Noneif the parameter was not present in the query string data. Otherwise, returnsSomeof eitherRightof the parameter value, orLeftof an error message if the binding failed.
Inherited methods
Javascript function to unbind in the Javascript router.
Javascript function to unbind in the Javascript router.
Attributes
- Inherited from:
- QueryStringBindable
Transform this QueryStringBindable[A] to QueryStringBindable[B]
Transform this QueryStringBindable[A] to QueryStringBindable[B]
Attributes
- Inherited from:
- QueryStringBindable
In this article