Liferay 7.0-ce-m3

com.liferay.portlet.assetpublisher.util
Interface AssetPublisherHelper

All Known Implementing Classes:
AssetPublisherHelperImpl

public interface AssetPublisherHelper


Method Summary
 String getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry)
           
 String getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry, boolean viewInContext)
           
 

Method Detail

getAssetViewURL

String getAssetViewURL(LiferayPortletRequest liferayPortletRequest,
                       LiferayPortletResponse liferayPortletResponse,
                       AssetEntry assetEntry)

getAssetViewURL

String getAssetViewURL(LiferayPortletRequest liferayPortletRequest,
                       LiferayPortletResponse liferayPortletResponse,
                       AssetEntry assetEntry,
                       boolean viewInContext)

Liferay 7.0-ce-m3