org.apache.turbine.services.jsp.util
Class JspScreenPlaceholder
java.lang.Object
org.apache.turbine.services.jsp.util.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: JspScreenPlaceholder.java 757213 2009-03-22 16:43:31Z tv $
- Author:
- John D. McNally, Henning P. Schmiedehausen
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, toString, wait, wait, wait |
JspScreenPlaceholder
public JspScreenPlaceholder(RunData data)
- Constructor
- Parameters:
data
- A Rundata Object
exec
public void exec()
- builds the output of the navigation template
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.