
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.

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. filterConfig, filterChain
Note that request in a JOTFlowRequest that gives you setParameter as well as form parsing features(MultiPartRequest)