|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.services.jsp.util.JspNavigation
Returns output of a Navigation module. An instance of this is placed in the
request by the JspLayout. This allows template authors to
set the navigation template they'd like to place in their templates.
Here's how it's used in a JSP template:
<%useBean id="navigation" class="JspNavigation" scope="request"/%>
...
<%= navigation.setTemplate("admin_navigation.jsp") %>
Constructor Summary | |
JspNavigation(RunData data)
Constructor |
Method Summary | |
void |
setTemplate(java.lang.String template)
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 JspNavigation(RunData data)
data
- Method Detail |
public void setTemplate(java.lang.String template)
template
- the name of the navigation template
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |