Java Reference
In-Depth Information
Figure 3-2.
Action-handling workflow
As shown in Figure 3-2, the front controller interacts with the action handler, which
subsequently invokes the page controllers. The class diagram in Figure 3-3 shows the var-
ious classes and interfaces that are part of the Spring MVC action handler component.
Figure 3-3.
Action handler class diagram

