Package org.craftercms.engine.navigation
Interface NavTreeBuilder
- All Known Implementing Classes:
NavTreeBuilderImpl
public interface NavTreeBuilder
Creates navigation trees that facilitate the rendering of navigation.
- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptiongetNavTree(String url, int depth, String currentPageUrl) Returns the navigation tree with the specified depth for the specified store URL.getNavTree(String url, int depth, String currentPageUrl, org.craftercms.commons.converters.Converter<SiteItem, NavItem> itemConverter) Returns the navigation tree with the specified depth for the specified store URL.
-
Method Details