org.apache.turbine.modules.navigations
Class DefaultTopNavigation

java.lang.Object
  |
  +--org.apache.turbine.modules.Assembler
        |
        +--org.apache.turbine.modules.Navigation
              |
              +--org.apache.turbine.modules.navigations.DefaultTopNavigation

Deprecated. The use of ECS for the view is deprecated. Use a templating solution.

public class DefaultTopNavigation
extends Navigation

This is a sample navigation module.

Version:
$Id: DefaultTopNavigation.java,v 1.1.1.1 2001/08/16 05:08:35 jvanzyl Exp $
Author:
Dave Bryson

Field Summary
private static boolean DEBUG
          Deprecated.  
private static java.lang.String txt
          Deprecated.  
 
Fields inherited from class org.apache.turbine.modules.Navigation
filter
 
Constructor Summary
DefaultTopNavigation()
          Deprecated.  
 
Method Summary
 org.apache.ecs.ConcreteElement doBuild(RunData data)
          Deprecated. Build the Navigation.
 
Methods inherited from class org.apache.turbine.modules.Navigation
build, htmlFilter, prepareText
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
Deprecated. 

txt

private static java.lang.String txt
Deprecated. 
Constructor Detail

DefaultTopNavigation

public DefaultTopNavigation()
Deprecated. 
Method Detail

doBuild

public org.apache.ecs.ConcreteElement doBuild(RunData data)
                                       throws java.lang.Exception
Deprecated. 
Build the Navigation.
Overrides:
doBuild in class Navigation
Parameters:
data - Turbine information.
Returns:
A ConcreteElement.
Throws:
Exception, - a generic exception.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.