List of usage examples for com.liferay.portal.kernel.theme PortletDisplay getURLBack
public String getURLBack()
From source file:com.liferay.product.navigation.control.menu.web.internal.PortletBackLinkProductNavigationControlMenuEntry.java
License:Open Source License
protected String getPortletBackURL(HttpServletRequest request) { ThemeDisplay themeDisplay = (ThemeDisplay) request.getAttribute(WebKeys.THEME_DISPLAY); PortletDisplay portletDisplay = themeDisplay.getPortletDisplay(); return portletDisplay.getURLBack(); }