PathPattern

play.core.routing.PathPattern
case class PathPattern(parts: Seq[PathPart])

A pattern for match paths, consisting of a sequence of path parts.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Apply the path pattern to a given candidate path to see if it matches.

Apply the path pattern to a given candidate path to see if it matches.

Value parameters

path

The path to match against.

Attributes

Returns

The map of extracted parameters, or none if the path didn't match.

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product