net.sourceforge.blogentis.plugins.base
Interface INavigationExtensionPoint

All Superinterfaces:
IBlogExtensionPoint, IExtensionPoint
All Known Implementing Classes:
NavigationExtensionPointImpl

public interface INavigationExtensionPoint
extends IBlogExtensionPoint

This is an extension point for managing the different navigation lists of a blog.

Author:
abas

Method Summary
 java.util.List buildNavigationList(BlogRunData data, java.lang.String navName)
          Builds and return the specified navigation list.
 
Methods inherited from interface net.sourceforge.blogentis.plugins.IBlogExtensionPoint
getBlog
 
Methods inherited from interface net.sourceforge.blogentis.plugins.IExtensionPoint
addExtension, getExtensionClass, getExtensions, getName, getPlugin, removeExtension, removeExtensions
 

Method Detail

buildNavigationList

public java.util.List buildNavigationList(BlogRunData data,
                                          java.lang.String navName)
Builds and return the specified navigation list. If the list has no elements, the navigation list should not be visible.

Parameters:
data - the BlogRunData of the current request.
navName - the name of the navigation list.
Returns:
a List of ILinkTo objects.


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.