A URL mapping consists of a binding between a controller and a request. Whenever the user sends a request, the dispatcher must know where to forward it. This is the job of the request mapping.

Methods

getControllerClass ():Class<Controller>

Returns:

The controller to call if the request is resolved against this mapping

getControllerMethodName ():String

Returns:

The name of the controller method to call

resolve (requestInfo:RequestInfo):ResolutionResult

Indicates if the request can be resolved using this mapping

Parameters:

requestInfo

The request to resolve

Returns:

The request resolving results