Uses of Interface
org.codehaus.plexus.summit.display.Display

Packages that use Display
org.codehaus.plexus.summit.display   
 

Uses of Display in org.codehaus.plexus.summit.display
 

Classes in org.codehaus.plexus.summit.display that implement Display
 class AbstractDisplay
           
 class 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.

 



Copyright © 2001-2006 Codehaus. All Rights Reserved.