PathMapping

wvlet.airframe.http.router.RouteMatcher$.PathMapping
sealed trait PathMapping

Define an operation when matching path component is found (e.g., binding path components to matching path variables)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def matchedRoute: Option[Route]
def pathPrefix: String

Concrete methods

def isRepeat: Boolean
def isTerminal: Boolean
def updateMatch(m: Map[String, String], pathComponent: String): Map[String, String]