PathPattern

org.scalatra.PathPattern
case class PathPattern(regex: Regex, captureGroupNames: List[String])

A path pattern optionally matches a request path and extracts path parameters.

Attributes

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

Members list

Value members

Concrete methods

def +(pathPattern: PathPattern): PathPattern
def apply(path: String): Option[MultiParams]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product