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