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") %>
author: John D. McNally author: Dave Bryson author: Henning P. Schmiedehausen version: $Id: JspNavigation.java 534527 2007-05-02 16:10:59Z tv $