All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.fragment.renderer.info_box.init.jsp Maven / Gradle / Ivy

There is a newer version: 4.0.127
Show newest version
<%--
/**
 * SPDX-FileCopyrightText: (c) 2024 Liferay, Inc. https://liferay.com
 * SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
 */
--%>

<%@ taglib uri="http://liferay.com/tld/react" prefix="react" %><%@
taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %>

<%@ page import="com.liferay.portal.kernel.util.HashMapBuilder" %><%@
page import="com.liferay.portal.kernel.util.HtmlUtil" %>

<%@ page import="java.util.Map" %><%@
page import="java.util.UUID" %>



<%
Map additionalProps = (Map)request.getAttribute("liferay-commerce:info-box:additionalProps");
String buttonStyle = (String)request.getAttribute("liferay-commerce:info-box:buttonStyle");
long commerceOrderId = (long)request.getAttribute("liferay-commerce:info-box:commerceOrderId");
String field = (String)request.getAttribute("liferay-commerce:info-box:field");
String fieldValue = (String)request.getAttribute("liferay-commerce:info-box:fieldValue");
String fieldValueType = (String)request.getAttribute("liferay-commerce:info-box:fieldValueType");
boolean hasPermission = (boolean)request.getAttribute("liferay-commerce:info-box:hasPermission");
String label = (String)request.getAttribute("liferay-commerce:info-box:label");
String namespace = (String)request.getAttribute("liferay-commerce:info-box:namespace");
boolean open = (boolean)request.getAttribute("liferay-commerce:info-box:open");
boolean readOnly = (boolean)request.getAttribute("liferay-commerce:info-box:readOnly");
String uuid = String.valueOf(UUID.randomUUID());
%>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy