Overview
Controller is one of the core classes of JFinal, which acts as a controller in the MVC pattern. Controllers of web applications based on JFinal need to inherit this class. Controller is the place where Action methods are defined and a way to organize Actions. A Controller can contain multiple Actions. Controller is thread-safe.