Class DDMNavigationHelperImpl
java.lang.Object
com.liferay.dynamic.data.mapping.util.DDMNavigationHelperImpl
- All Implemented Interfaces:
DDMNavigationHelper
-
Field Summary
Fields inherited from interface com.liferay.dynamic.data.mapping.util.DDMNavigationHelper
EDIT_STRUCTURE, EDIT_TEMPLATE, SELECT_STRUCTURE, SELECT_TEMPLATE, VIEW_STRUCTURES, VIEW_TEMPLATES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isNavigationStartsOn
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, String startPoint) boolean
isNavigationStartsOnEditStructure
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) boolean
isNavigationStartsOnEditTemplate
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) boolean
isNavigationStartsOnSelectStructure
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) boolean
isNavigationStartsOnSelectTemplate
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) boolean
isNavigationStartsOnViewStructures
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) boolean
isNavigationStartsOnViewTemplates
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
-
Constructor Details
-
DDMNavigationHelperImpl
public DDMNavigationHelperImpl()
-
-
Method Details