bindableChar
play.api.mvc.PathBindable.bindableChar
object bindableChar extends PathBindable[Char]
Path binder for Char.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableChar.type
Members list
Value members
Concrete methods
Bind an URL path parameter.
Bind an URL path parameter.
Value parameters
- key
-
Parameter key
- value
-
The value as String (extracted from the URL path)
Attributes
- Returns
-
Rightof the value orLeftof an error message if the binding failed
Inherited methods
Javascript function to unbind in the Javascript router.
Transform this PathBinding[A] to PathBinding[B]
In this article