META-INF.resources.view.jsp Maven / Gradle / Ivy
<%--
/**
* 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" %>
<%
List fragmentCollections = (List)request.getAttribute(FragmentWebKeys.FRAGMENT_COLLECTIONS);
Map> inheritedFragmentCollections = (Map>)request.getAttribute(FragmentWebKeys.INHERITED_FRAGMENT_COLLECTIONS);
List systemFragmentCollections = (List)request.getAttribute(FragmentWebKeys.SYSTEM_FRAGMENT_COLLECTIONS);
List fragmentCollectionContributors = fragmentEntriesDisplayContext.getFragmentCollectionContributors(locale);
%>
<%
DuplicateFragmentCollectionKeyException dfcke = (DuplicateFragmentCollectionKeyException)errorException;
%>
<%
DuplicateFragmentEntryKeyException dfeke = (DuplicateFragmentEntryKeyException)errorException;
%>
<%
for (Map.Entry> entry : inheritedFragmentCollections.entrySet()) {
%>
<%= entry.getKey() %>
<%
}
%>
<%= HtmlUtil.escape(fragmentEntriesDisplayContext.getGroupName(scopeGroupId)) %>
<%= fragmentEntriesDisplayContext.getFragmentCollectionName() %>
<%
FragmentCollectionActionDropdownItemsProvider fragmentCollectionActionDropdownItemsProvider = new FragmentCollectionActionDropdownItemsProvider(fragmentEntriesDisplayContext, request, renderResponse);
%>
<%
ImportDisplayContext importDisplayContext = new ImportDisplayContext(request, renderRequest, renderResponse);
List draftFragmentsImporterResultEntries = importDisplayContext.getFragmentsImporterResultEntries(FragmentsImporterResultEntry.Status.IMPORTED_DRAFT);
%>
Liferay.Util.openToast({
message:
' ',
title: ' :',
type: 'warning',
});
<%
List invalidFragmentsImporterResultEntries = importDisplayContext.getFragmentsImporterResultEntries(FragmentsImporterResultEntry.Status.INVALID);
%>
Liferay.Util.openToast({
message:
' ',
title: ' :',
type: 'warning',
});