![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.resources.wish_list_content.view.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.wish.list.web
Show all versions of com.liferay.commerce.wish.list.web
Liferay Commerce Wish List Web
<%--
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
--%>
<%@ include file="/init.jsp" %>
<%
CommerceWishListDisplayContext commerceWishListDisplayContext = (CommerceWishListDisplayContext)request.getAttribute(WebKeys.PORTLET_DISPLAY_CONTEXT);
CommerceWishList commerceWishList = commerceWishListDisplayContext.getCommerceWishList();
long commerceWishListId = commerceWishListDisplayContext.getCommerceWishListId();
%>
<%= HtmlUtil.escape(commerceWishList.getName()) %>
<%
CPDefinition cpDefinition = commerceWishListItem.getCPDefinition();
%>
<%= HtmlUtil.escape(cpDefinition.getName(themeDisplay.getLanguageId())) %>
<%= HtmlUtil.escape(cpDefinition.getName(themeDisplay.getLanguageId())) %>
<%= HtmlUtil.escape(commerceWishListDisplayContext.getCommerceWishListItemDescription(commerceWishListItem)) %>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy