Liferay 6.2-ce-ga5

com.liferay.portlet.assetpublisher.util
Class AssetPublisherHelperUtil

java.lang.Object
  extended by com.liferay.portlet.assetpublisher.util.AssetPublisherHelperUtil

public class AssetPublisherHelperUtil
extends Object


Constructor Summary
AssetPublisherHelperUtil()
           
 
Method Summary
static AssetPublisherHelper getAssetPublisherHelper()
           
static String getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry)
           
 void setAssetPublisherHelper(AssetPublisherHelper assetPublisherHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPublisherHelperUtil

public AssetPublisherHelperUtil()
Method Detail

getAssetPublisherHelper

public static AssetPublisherHelper getAssetPublisherHelper()

getAssetViewURL

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

setAssetPublisherHelper

public void setAssetPublisherHelper(AssetPublisherHelper assetPublisherHelper)

Liferay 6.2-ce-ga5