UrlContext

play.api.routing.sird.`package`.UrlContext
implicit class UrlContext(sc: StringContext)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

String interpolator for extracting parameters out of URL paths.

String interpolator for extracting parameters out of URL paths.

By default, any sub value extracted out by the interpolator will match a path segment, that is, any String not containing a /, and its value will be decoded. If however the sub value is suffixed with *, then it will match any part of a path, and not be decoded. Regular expressions are also supported, by suffixing the sub value with a regular expression in angled brackets, and these are not decoded.

Attributes