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

META-INF.resources.view_cp_specification_options.jsp Maven / Gradle / Ivy

There is a newer version: 4.0.76
Show newest version
<%--
/**
 * 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" %>

<%
String specificationNavbarItemKey = ParamUtil.getString(request, "specificationNavbarItemKey", "specification-labels");

CPSpecificationOptionDisplayContext cpSpecificationOptionDisplayContext = (CPSpecificationOptionDisplayContext)request.getAttribute(WebKeys.PORTLET_DISPLAY_CONTEXT);

PortletURL portletURL = PortletURLBuilder.create(
	cpSpecificationOptionDisplayContext.getPortletURL()
).setParameter(
	"searchContainerId", "cpSpecificationOptions"
).buildPortletURL();

request.setAttribute("view.jsp-portletURL", portletURL);

renderResponse.setTitle(LanguageUtil.get(request, "specifications"));
%>

<%@ include file="/navbar_specifications.jspf" %>



<% PortletURL rowURL = PortletURLBuilder.createRenderURL( renderResponse ).setMVCRenderCommandName( "/cp_specification_options/edit_cp_specification_option" ).setRedirect( currentURL ).setParameter( "cpSpecificationOptionId", cpSpecificationOption.getCPSpecificationOptionId() ).setParameter( "toolbarItem", "specification-labels" ).buildPortletURL(); %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy