Class DDMNavigationHelperImpl

java.lang.Object
com.liferay.dynamic.data.mapping.util.DDMNavigationHelperImpl
All Implemented Interfaces:
DDMNavigationHelper

public class DDMNavigationHelperImpl extends Object implements DDMNavigationHelper
  • Constructor Details

    • DDMNavigationHelperImpl

      public DDMNavigationHelperImpl()
  • Method Details

    • isNavigationStartsOnEditStructure

      public boolean isNavigationStartsOnEditStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
      Specified by:
      isNavigationStartsOnEditStructure in interface DDMNavigationHelper
    • isNavigationStartsOnEditTemplate

      public boolean isNavigationStartsOnEditTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
      Specified by:
      isNavigationStartsOnEditTemplate in interface DDMNavigationHelper
    • isNavigationStartsOnSelectStructure

      public boolean isNavigationStartsOnSelectStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
      Specified by:
      isNavigationStartsOnSelectStructure in interface DDMNavigationHelper
    • isNavigationStartsOnSelectTemplate

      public boolean isNavigationStartsOnSelectTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
      Specified by:
      isNavigationStartsOnSelectTemplate in interface DDMNavigationHelper
    • isNavigationStartsOnViewStructures

      public boolean isNavigationStartsOnViewStructures(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
      Specified by:
      isNavigationStartsOnViewStructures in interface DDMNavigationHelper
    • isNavigationStartsOnViewTemplates

      public boolean isNavigationStartsOnViewTemplates(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
      Specified by:
      isNavigationStartsOnViewTemplates in interface DDMNavigationHelper
    • isNavigationStartsOn

      protected boolean isNavigationStartsOn(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, String startPoint)