harfang.controller

..
AbstractController

Provides a default implementation for the Controller interface. In this implementation, the init method memorises the controller's belonging module, beforeRequest always return true (always providing access to mapped controller methods) and afterRequest does nothing.

Controller

Instances of controllers are created by the URL dispatcher to handle requests from the client.