Skip to content

Commit

Permalink
LPS-61706 Added init.jsp imports to asset_categories_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwonglr committed Jan 8, 2016
1 parent ed1c29a commit 065d033
Showing 1 changed file with 22 additions and 1 deletion.
Expand Up @@ -12,4 +12,25 @@
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details.
*/
--%>
--%>

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

<%@ page import="com.liferay.portlet.asset.model.AssetCategory" %><%@
page import="com.liferay.portlet.asset.model.AssetVocabulary" %><%@
page import="com.liferay.portlet.asset.service.AssetEntryLocalServiceUtil" %><%@
page import="com.liferay.portlet.asset.service.AssetCategoryServiceUtil" %><%@
page import="com.liferay.portlet.asset.service.AssetVocabularyLocalServiceUtil" %><%@
page import="com.liferay.portal.kernel.exception.PortalException" %><%@
page import="com.liferay.portal.kernel.exception.SystemException" %><%@
page import="com.liferay.portal.kernel.util.GetterUtil" %><%@
page import="com.liferay.portal.kernel.util.HtmlUtil" %><%@
page import="com.liferay.portal.kernel.util.ListUtil" %><%@
page import="com.liferay.portal.kernel.util.StringBundler" %><%@
page import="com.liferay.portal.kernel.util.HtmlUtil" %><%@
page import="com.liferay.portal.theme.ThemeDisplay" %>
<%@ page import="java.util.Collections" %><%@
page import="javax.portlet.PortletURL" %>
<liferay-theme:defineObjects />

0 comments on commit 065d033

Please sign in to comment.