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 booleanisNavigationStartsOn(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, String startPoint) booleanisNavigationStartsOnEditStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnEditTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnSelectStructure(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnSelectTemplate(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnViewStructures(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest) booleanisNavigationStartsOnViewTemplates(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest)
-
Constructor Details
-
DDMNavigationHelperImpl
public DDMNavigationHelperImpl()
-
-
Method Details