Uses of Class
org.apache.pluto.portalImpl.aggregation.navigation.Navigation

Packages that use Navigation
org.apache.pluto.portalImpl.aggregation   
org.apache.pluto.portalImpl.aggregation.navigation   
 

Uses of Navigation in org.apache.pluto.portalImpl.aggregation
 

Fields in org.apache.pluto.portalImpl.aggregation declared as Navigation
private  Navigation AbstractFragment.navigation
           
 

Methods in org.apache.pluto.portalImpl.aggregation that return Navigation
 Navigation Fragment.getNavigation()
          Returns the navigational information linked with this fragment.
 Navigation AbstractFragment.getNavigation()
           
 

Constructors in org.apache.pluto.portalImpl.aggregation with parameters of type Navigation
AbstractFragment(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
AbstractFragmentContainer(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
AbstractFragmentSingle(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
ColumnFragment(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
PageFragment(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
PortletFragment(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
RowFragment(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
 

Uses of Navigation in org.apache.pluto.portalImpl.aggregation.navigation
 

Fields in org.apache.pluto.portalImpl.aggregation.navigation declared as Navigation
 Navigation NavigationTreeBean.navigation
           
private  Navigation Navigation.parent
           
 

Methods in org.apache.pluto.portalImpl.aggregation.navigation that return Navigation
 Navigation Navigation.getParent()
           
 Navigation AbstractNavigationFragment.getRootNavigation()
           
 

Methods in org.apache.pluto.portalImpl.aggregation.navigation with parameters of type Navigation
private static void TabNavigation.walkTree(Navigation nav, PortalURL url, java.util.List path, int depth)
           
 

Constructors in org.apache.pluto.portalImpl.aggregation.navigation with parameters of type Navigation
AbstractNavigationFragment(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
Navigation(Navigation parent, Navigation navigation)
           
NavigationTreeBean(Navigation navigation, boolean partOfGlobalNav, int depth)
           
TabNavigation(java.lang.String id, ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)