Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
19 righe
867 B
19 righe
867 B
4 anni fa
|
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||
|
|
||
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
||
|
<%@taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
|
||
|
<%@taglib uri="http://liferay.com/tld/aui" prefix="aui"%>
|
||
|
<%@taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet"%>
|
||
|
<%@taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme"%>
|
||
|
<%@taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui"%>
|
||
|
|
||
|
<%@page import="com.liferay.portal.kernel.portlet.LiferayWindowState"%>
|
||
|
<%@page import="com.liferay.portlet.PortletURLUtil"%>
|
||
|
<%@page import="javax.portlet.PortletURL"%>
|
||
|
|
||
|
<liferay-theme:defineObjects />
|
||
|
<portlet:defineObjects />
|
||
|
<%
|
||
|
PortletURL portletURL = PortletURLUtil.getCurrent(liferayPortletRequest, liferayPortletResponse);
|
||
|
PortletURL iteratorURL = liferayPortletResponse.createRenderURL();
|
||
|
%>
|