![]() |
Extends this generic class to implement a Controller The Controller is here to process a request (do the logic required to process it) It gives you easy access to the following objects: request,response,session. |
![]() |
Generic class you can extend to create a formValidation Controller |
![]() |
This is the master controller, it handles a complete "user request" comiming from the browser. |
![]() |