PathPatternRouteMatcher

org.scalatra.PathPatternRouteMatcher
final class PathPatternRouteMatcher(pattern: PathPattern) extends RouteMatcher

Attributes

Graph
Supertypes
trait RouteMatcher
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(requestPath: String): Option[MultiParams]
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

def apply(route: Route): Route

Attributes

Inherited from:
RouteMatcher