harfang.url

..
ERegURLMapping

This is the framework's default URL mapping implementation. It resolves a request using a regular expression to match against the request's URI and extracts the controller arguments from the URL using the pattern's groups.

ERegURLMappingFactory

This class contains various macros to generate URL mappings using a class' metadata.

ResolutionResult

Contains the information about the HTTP request resolution against a URL mapping

URLMapping

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.

URLMappingFactory

This class contains various macros to generate URL mappings using a class' metadata.