Plumtree Pluggable Navigation API  
 

com.plumtree.portalpages.common.plugnav Namespace

Pluggable Navigation Documentation.

Namespace hierarchy

Classes

Class Description
NavCategoryHelper Useful helper class that forms a list of all possible page types for pluggable navigation
NavCategoryType Navigation link category types. These are *different* from NavPageType because they represent groups of navigation links, and are independent of the "page type" actually showing in the center of the page. Example: Mandatory linkshave nothing to do with the page you're on.
NavPageHelper Useful helper class that forms a list of all possible page types for pluggable navigation
NavPageType Navigation page type: Java typesafe enumerator class for page types in navigation. Not the same as NavCategoryType, which refers to organized named groups of links. This represent the core page you're on within navigation. Example: Community page.

Interfaces

Interface Description
ICommunityNavPageRO Delegates model methods only usable by community page.
ICommunityPreviewNavPageRO Community preview page specific functions
IDirectoryNavPageRO Directory page specific functions for pluggable navigation
ILoginNavPageRO Login page specific functions
IMyPageNavPageRO MyPage page specific functions for pluggable navigation.
INavigationPageRO  
IPluggableNavModelRO This interface offers the pluggable navigation developer all the functionality they need to build pluggable navigation views.
IUserProfileNavPageRO