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
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.