org.exoplatform.services.wcm.navigation
Class NavigationService.PortalNavigation

java.lang.Object
  extended by org.exoplatform.services.wcm.navigation.NavigationService.PortalNavigation
Enclosing class:
NavigationService

public static class NavigationService.PortalNavigation
extends java.lang.Object

The Class PortalNavigation.


Constructor Summary
NavigationService.PortalNavigation(java.util.List<org.exoplatform.portal.config.model.PageNavigation> list)
          Instantiates a new portal navigation.
 
Method Summary
 java.util.List<org.exoplatform.portal.config.model.PageNavigation> getNavigations()
          Gets the navigations.
 void setNavigations(java.util.List<org.exoplatform.portal.config.model.PageNavigation> list)
          Sets the navigations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationService.PortalNavigation

public NavigationService.PortalNavigation(java.util.List<org.exoplatform.portal.config.model.PageNavigation> list)
Instantiates a new portal navigation.

Parameters:
list - the list
Method Detail

getNavigations

public java.util.List<org.exoplatform.portal.config.model.PageNavigation> getNavigations()
Gets the navigations.

Returns:
the navigations

setNavigations

public void setNavigations(java.util.List<org.exoplatform.portal.config.model.PageNavigation> list)
Sets the navigations.

Parameters:
list - the new navigations


Copyright © 2011 eXo Platform SAS. All Rights Reserved.