org.apache.turbine.services.jsp.util
Class JspNavigation
java.lang.Object
org.apache.turbine.services.jsp.util.JspNavigation
public class JspNavigation
- extends Object
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") %>
- Version:
- $Id: JspNavigation.java 1078552 2011-03-06 19:58:46Z tv $
- Author:
- John D. McNally, Dave Bryson, Henning P. Schmiedehausen
Method Summary |
void |
setTemplate(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 |
JspNavigation
public JspNavigation(RunData data)
- Constructor
- Parameters:
data
-
setTemplate
public void setTemplate(String template)
- builds the output of the navigation template
- Parameters:
template
- the name of the navigation template
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.