Module: URLResolver

A module for resolving a URL to a source handler.
Source:

Methods

(static) getHandler(url) → {SourceHandler}

Gets the generator for the given url
Parameters:
Name Type Description
url string The url to pattern match to the generator
Source:
Returns:
the source handler for the URL or null if the URL is not supported
Type
SourceHandler