Introduction
Controller is one of core classes of JFinal,this class is uses as the Controller of MVC Architecture. The controller of JFinal-based web application should extend that class.Controller is the place to define Action methods and a method to organize Action. Controler is thread-safe.