Request Processing Cycle

All requests in an EasyWeb4J application are received by the DispatcherFilter. Based on the request URL, the DispatcherFilter then invokes the appropriate action method in the corresponding controller. Upon completion of execution of the action method, DispatcherFilter renders the layout and appropriate view.

EasyWeb4J request processing cycle:

EasyWeb4J Request Processing Cycle