play.core.routing.PathPattern
A pattern for match paths, consisting of a sequence of path parts.
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
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.
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