class ResolutionResult
package harfang.url
Contains the information about the HTTP request resolution against a URL mapping
Constructor
new (resolved:Bool, arguments:Array<String>)
Creates the request resolution results
Parameters:
resolved | True if the request has been resolved on the URL mapping |
---|---|
arguments | The arguments that will be sent to the URL mapping's mapped controller method. Send an empty array if the request was not resolved or if no arguments are to be sent to the controller. |
Methods
getArguments ():Array<String>
Returns:
The arguments that will be sent to the URL mapping's mapped controller method. Returns an empty array if the request was not resolved or if no arguments are to be sent to the controller.