play.api.mvc.PathBindable.bindableUUID
Path binder for java.util.UUID.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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
-
Right of the value or Left of an error message if the binding failed
-
Inherited from:
-
Parsing
Javascript function to unbind in the Javascript router.
Javascript function to unbind in the Javascript router.
Attributes
-
Inherited from:
-
PathBindable
Unbind a URL path parameter.
Unbind a URL path parameter.
Value parameters
-
key
-
Parameter key
-
value
-
Parameter value.
Attributes
-
Inherited from:
-
Parsing