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
 

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

Constructors in org.apache.pluto.portalImpl.aggregation with parameters of type Navigation
AbstractFragment(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
AbstractFragmentContainer(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
AbstractFragmentSingle(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
ColumnFragment(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
PageFragment(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
PortletFragment(java.lang.String id, javax.servlet.ServletConfig config, Fragment parent, Fragment fragDesc, Navigation navigation)
           
RowFragment(java.lang.String id, javax.servlet.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
           
 

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

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



Copyright © 2003-2007 . All Rights Reserved.