Interface PortletRegistry


public interface PortletRegistry
  • Method Details

    • getFragmentEntryLinkPortletIds

      List<String> getFragmentEntryLinkPortletIds(org.jsoup.nodes.Document document, FragmentEntryLink fragmentEntryLink)
    • getFragmentEntryLinkPortletIds

      default List<String> getFragmentEntryLinkPortletIds(FragmentEntryLink fragmentEntryLink)
    • getPortletAliases

      List<String> getPortletAliases()
    • getPortletName

      String getPortletName(String alias)
    • registerAlias

      void registerAlias(String alias, String portletName)
    • unregisterAlias

      void unregisterAlias(String alias)
    • writePortletPaths

      void writePortletPaths(FragmentEntryLink fragmentEntryLink, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException