bindableLong
play.api.mvc.PathBindable.bindableLong
object bindableLong extends Parsing[Long]
Path binder for Long.
Attributes
- Graph
-
- Supertypes
- Self type
-
bindableLong.type
Members list
In this article
Path binder for Long.
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]