class ControllerNameParser ControllerNameParser converts controller from the short notation a:b:c
class TemplateController implements
class Controller implements
class RedirectController implements
string build(string $controller) Converts a class::method notation to a short one (a:b:c).
string parse(string $controller) Converts a short notation a:b:c to a class::method.
class ControllerResolver extends
Response redirectAction(
Response urlRedirectAction(