org.apache.turbine.services.jsp.util
Class JspScreenPlaceholder

java.lang.Object
  |
  +--org.apache.turbine.services.jsp.util.JspScreenPlaceholder

public class JspScreenPlaceholder
extends java.lang.Object

Returns output of a Navigation 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

Field Summary
private  RunData data
           
 
Constructor Summary
JspScreenPlaceholder(RunData data)
          Constructor
 
Method Summary
 void exec()
          builds the output of the navigation template
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

data

private RunData data
Constructor Detail

JspScreenPlaceholder

public JspScreenPlaceholder(RunData data)
Constructor
Parameters:
RunData -  
Method Detail

exec

public void exec()
builds the output of the navigation template
Parameters:
String - the name of the navigation template
Returns:
String


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.