Class JspScreenPlaceholder


  • public class JspScreenPlaceholder
    extends Object
    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 %>
    Version:
    $Id$
    Author:
    John D. McNally, Henning P. Schmiedehausen
    • Method Detail

      • exec

        public void exec()
        builds the output of the navigation template