|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.jsp.util.JspScreenPlaceholder
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 %>
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, toString, wait, wait, wait |
Constructor Detail |
public JspScreenPlaceholder(RunData data)
data
- A Rundata ObjectMethod Detail |
public void exec()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |