Liferay 6.2-ce-ga5

com.liferay.portlet.assetpublisher.util
Class AssetPublisherHelperImpl

java.lang.Object
  extended by com.liferay.portlet.assetpublisher.util.AssetPublisherHelperImpl
All Implemented Interfaces:
AssetPublisherHelper

public class AssetPublisherHelperImpl
extends Object
implements AssetPublisherHelper


Constructor Summary
AssetPublisherHelperImpl()
           
 
Method Summary
 String getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry)
           
static String getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry, boolean viewInContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPublisherHelperImpl

public AssetPublisherHelperImpl()
Method Detail

getAssetViewURL

public String getAssetViewURL(LiferayPortletRequest liferayPortletRequest,
                              LiferayPortletResponse liferayPortletResponse,
                              AssetEntry assetEntry)
Specified by:
getAssetViewURL in interface AssetPublisherHelper

getAssetViewURL

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

Liferay 6.2-ce-ga5