![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.resources.view_module.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.marketplace.app.manager.web
Show all versions of com.liferay.marketplace.app.manager.web
Liferay Marketplace App Manager 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" %>
<%
String app = ParamUtil.getString(request, "app");
PortletURL backURL = renderResponse.createRenderURL();
if (Validator.isNull(app)) {
backURL.setParameter("mvcPath", "/view.jsp");
}
else {
backURL.setParameter("mvcPath", "/view_modules.jsp");
backURL.setParameter("app", app);
}
ViewModuleManagementToolbarDisplayContext viewModuleManagementToolbarDisplayContext = new ViewModuleManagementToolbarDisplayContext(request, liferayPortletRequest, liferayPortletResponse);
Bundle bundle = viewModuleManagementToolbarDisplayContext.getBundle();
String pluginType = viewModuleManagementToolbarDisplayContext.getPluginType();
SearchContainer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy