Description
The Controller will select the appropriate Action to call on the
request and call its perform()
method. The subclasses of this class should implement all the necessary business logic.
The default action handlers are described in the FAQ
section.