| ClassicBufferedDisplay |
A ClassicDisplay takes a Resolution computed
by the ClassicResolver and displays the resolution according
to the Turbine 2.x model where we have something like the following:
+------------------------------------------------+
| DefaultLayout.vm |
| +--------------------------------------------+ |
| | TopNavigation.vm | |
| +--------------------------------------------+ |
| |
| +--------------------------------------------+ |
| | | |
| | | |
| | $screenViewContent | |
| | | |
| | | |
| +--------------------------------------------+ |
| |
| +--------------------------------------------+ |
| | TopNavigation.vm | |
| +--------------------------------------------+ |
+------------------------------------------------+
This example uses Velocity templates as an example but this
Display strategy could just as easily be applied
to a set of JSPs. |