Class: RouterRouteLang

RouterRouteLang

new RouterRouteLang(regExp, urlGenerator)

RouterRoute/Lang.js, line 11
Name Type Description
regExp RegExp
urlGenerator RouteRouteLangUrlGenerator

Methods

match(input){Array}

RouterRoute/Lang.js, line 20
Name Type Description
input string
Returns:
Type Description
Array

url(args){string}

RouterRoute/Lang.js, line 31
Url generator
Name Type Description
args object
Throws:
Error
Returns:
Type Description
string