bindableShort
play.api.mvc.PathBindable.bindableShort
object bindableShort extends Parsing[Short]
Path binder for Short.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableShort.type
Members list
In this article
Path binder for Short.
Bind an URL path parameter.
Bind an URL path parameter.
Parameter key
The value as String (extracted from the URL path)
Right of the value or Left of an error message if the binding failed
Javascript function to unbind in the Javascript router.
Transform this PathBinding[A] to PathBinding[B]