Class SiteSidebarPlugin

java.lang.Object
io.meeds.social.navigation.plugin.AbstractLayoutSidebarPlugin
io.meeds.social.navigation.plugin.SiteSidebarPlugin
All Implemented Interfaces:
io.meeds.social.navigation.plugin.SidebarPlugin

@Component @Order(10) public class SiteSidebarPlugin extends AbstractLayoutSidebarPlugin
  • Constructor Details

    • SiteSidebarPlugin

      public SiteSidebarPlugin()
  • Method Details

    • getType

      public io.meeds.portal.navigation.constant.SidebarItemType getType()
    • itemExists

      public boolean itemExists(io.meeds.portal.navigation.model.SidebarItem item, String username)
    • resolveProperties

      public io.meeds.portal.navigation.model.SidebarItem resolveProperties(io.meeds.portal.navigation.model.SidebarItem item, String username, Locale locale)
    • getDefaultItems

      public List<io.meeds.portal.navigation.model.SidebarItem> getDefaultItems()
    • toSidebarItem

      protected io.meeds.portal.navigation.model.SidebarItem toSidebarItem(org.exoplatform.portal.mop.SiteKey siteKey)