Route

play.core.routing.Route
object Route

A route

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Route.type

Members list

Type members

Classlikes

Extractor of route from a request.

Extractor of route from a request.

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(method: String, pathPattern: PathPattern): ParamsExtractor

Create a params extractor from the given method and path pattern.

Create a params extractor from the given method and path pattern.

Attributes