META-INF.resources.configuration.jsp Maven / Gradle / Ivy
The newest version!
<%--
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*/
--%>
<%@ include file="/init.jsp" %>
<%
socialGroupStatisticsPortletInstanceConfiguration = ConfigurationProviderUtil.getConfiguration(SocialGroupStatisticsPortletInstanceConfiguration.class, new ParameterMapSettingsLocator(request.getParameterMap(), new PortletInstanceSettingsLocator(themeDisplay.getLayout(), portletDisplay.getPortletResource())));
String[] displayActivityCounterNames = socialGroupStatisticsPortletInstanceConfiguration.displayActivityCounterName();
int displayActivityCounterNameIndexCount = displayActivityCounterNames.length;
if (displayActivityCounterNameIndexCount == 0) {
displayActivityCounterNameIndexCount = 1;
}
String[] displayActivityCounterNameIndexes = new String[displayActivityCounterNameIndexCount];
%>
<%
for (int i = 0; i < displayActivityCounterNameIndexCount; i++) {
String index = String.valueOf(i);
displayActivityCounterNameIndexes[i] = index;
%>
<%
}
%>
new Liferay.AutoFields({
contentBox: '# displayActivityCounterNames > fieldset',
fieldIndexes: ' displayActivityCounterNameIndexes',
namespace: ' ',
url:
' ',
urlNamespace:
'<%= "_" + SocialGroupStatisticsPortletKeys.SOCIAL_GROUP_STATISTICS + "_" %>',
}).render();