Package MVC\Dispatcher
AbstractUrlMapper | Call the controller method matching an url |
Dispatcher | |
DispatcherUrlMapping | |
DispatchManager | |
UrlControllerMapper | Call the controller method matching an url |
UrlMapping | |
UrlMappings | |
UrlRedirectMapper | Redirect to the an url |
UrlMapper | Call the controller method matching an url |
UrlMappingsExtensionPoint |
DispatcherException | |
MalformedUrlMapperRegexException | The regular expression that the controller have to match is malformed |
NoSuchControllerException | The specified method of the controller from the UrlDispatcherItem matching the url does not exists |
NoUrlMatchException | No UrlDispatcherItem were found matching the given url |