|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.summit.AbstractSummitComponent
org.codehaus.plexus.summit.display.AbstractDisplay
org.codehaus.plexus.summit.display.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.
Field Summary |
Fields inherited from interface org.codehaus.plexus.summit.display.Display |
ROLE |
Constructor Summary | |
ClassicBufferedDisplay()
|
Method Summary | |
void |
render(RunData data)
|
Methods inherited from class org.codehaus.plexus.summit.display.AbstractDisplay |
getDefaultEncoding, getWriter |
Methods inherited from class org.codehaus.plexus.summit.AbstractSummitComponent |
contextualize, getContainer, lookup, lookup |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassicBufferedDisplay()
Method Detail |
public void render(RunData data) throws java.lang.Exception
render
in interface Display
render
in class AbstractDisplay
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |