RouteMatcher

org.scalatra.RouteMatcher

A route matcher is evaluated in the context it was created and returns a a (possibly empty) multi-map of parameters if the route is deemed to match.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def apply(requestPath: String): Option[MultiParams]

Concrete methods

def apply(route: Route): Route