Documentation for a historical release of Infusion: 1.3
Please view the Infusion Documentation site for the latest documentation.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

View

A View is part of the traditional "MVC" pattern of organising a user-facing application. Fluid applications are not strictly part of the MVC pattern as a result of their emphasis on the elimination of the controller layer "C", as well as focus on many other dependency concerns than the simple MVC triad. Views in Fluid applications are typically represented by a top-level Component.

More discussion on the MVC pattern, models and views is at Framework Concepts#MVC.