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.

Refer to the Controller interface for more details.

Methods

afterRequest (urlMapping:URLMapping, requestInfo:RequestInfo):Void

beforeRequest (urlMapping:URLMapping, requestInfo:RequestInfo):Bool

init (module:Module):Void