bindableInt
play.api.mvc.PathBindable.bindableInt
object bindableInt extends Parsing[Int]
Path binder for Int.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableInt.type
Members list
Value members
Inherited 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 from:
- Parsing
Javascript function to unbind in the Javascript router.
Transform this PathBinding[A] to PathBinding[B]
In this article