| Returns output of a Screen module. An instance of this is
placed in the Velocity context by the VelocityDirectLayout. This
allows the screen to be executed only at rendering.
Here's how it's used in a template:
$screen_placeholder
$screen_placeholder.setScreen("Test")
author: Raphaƫl Luta version: $Id: TemplateScreen.java 534527 2007-05-02 16:10:59Z tv $ |