| Returns output of a Screen module. An instance of this is placed in the
request by the JspLayout. This allows template authors to
place the screen template within the layout.
Here's how it's used in a JSP template:
<%useBean id="screen_placeholder" class="JspScreenPlaceholder" scope="request"/%>
...
<%= screen_placeholder %>
author: John D. McNally author: Henning P. Schmiedehausen version: $Id: JspScreenPlaceholder.java 534527 2007-05-02 16:10:59Z tv $ |