net.sourceforge.blogentis.storage.impl
Class StorageNavigationExtension
java.lang.Object
net.sourceforge.blogentis.plugins.AbstractExtension
net.sourceforge.blogentis.plugins.AbstractBlogExtension
net.sourceforge.blogentis.plugins.base.AbstractNavigationExtension
net.sourceforge.blogentis.storage.impl.StorageNavigationExtension
- All Implemented Interfaces:
- IBlogExtension, IExtension, INavigationExtension
- public class StorageNavigationExtension
- extends AbstractNavigationExtension
Extension to merge storage-related ling to navigations.
- Author:
- abas
Method Summary |
void |
addNavigations(BlogRunData data,
java.lang.String navName,
java.util.List links)
This method will be called to fill the list of links. |
java.lang.String |
getName()
Get the name of this extension. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MEDIA_LIST_NAME
public static final java.lang.String MEDIA_LIST_NAME
- See Also:
- Constant Field Values
TEMPLATE_LIST_NAME
public static final java.lang.String TEMPLATE_LIST_NAME
- See Also:
- Constant Field Values
StorageNavigationExtension
public StorageNavigationExtension(IPlugin plugin,
Blog blog)
getName
public java.lang.String getName()
- Description copied from interface:
IExtension
- Get the name of this extension. It should include a short description of
the functionality.
- Returns:
- the name of this extension
addNavigations
public void addNavigations(BlogRunData data,
java.lang.String navName,
java.util.List links)
- Description copied from interface:
INavigationExtension
- This method will be called to fill the list of links. If this extension
does not know about the specified navName, it will simply leave the list
unmodified.
- Specified by:
addNavigations
in interface INavigationExtension
- Overrides:
addNavigations
in class AbstractNavigationExtension
Copyright © 2003-2004 SourceForge.net. All Rights Reserved.