Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.asset.model.AssetRendererFactory

Packages that use AssetRendererFactory
com.liferay.portal.kernel.portlet   
com.liferay.portal.kernel.workflow   
com.liferay.portal.model   
com.liferay.portlet.asset   
com.liferay.portlet.asset.model   
 

Uses of AssetRendererFactory in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type AssetRendererFactory
 List<AssetRendererFactory> PortletBag.getAssetRendererFactoryInstances()
           
 

Uses of AssetRendererFactory in com.liferay.portal.kernel.workflow
 

Methods in com.liferay.portal.kernel.workflow that return AssetRendererFactory
 AssetRendererFactory WorkflowHandler.getAssetRendererFactory()
           
 AssetRendererFactory BaseWorkflowHandler.getAssetRendererFactory()
           
 

Uses of AssetRendererFactory in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type AssetRendererFactory
 List<AssetRendererFactory> PortletWrapper.getAssetRendererFactoryInstances()
          Gets the asset type instances of the portlet.
 List<AssetRendererFactory> Portlet.getAssetRendererFactoryInstances()
          Gets the asset type instances of the portlet.
 

Uses of AssetRendererFactory in com.liferay.portlet.asset
 

Methods in com.liferay.portlet.asset that return AssetRendererFactory
static AssetRendererFactory AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByClassName(String className)
           
 AssetRendererFactory AssetRendererFactoryRegistry.getAssetRendererFactoryByClassName(String className)
           
static AssetRendererFactory AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByType(String type)
           
 AssetRendererFactory AssetRendererFactoryRegistry.getAssetRendererFactoryByType(String type)
           
 

Methods in com.liferay.portlet.asset that return types with arguments of type AssetRendererFactory
static List<AssetRendererFactory> AssetRendererFactoryRegistryUtil.getAssetRendererFactories()
           
 List<AssetRendererFactory> AssetRendererFactoryRegistry.getAssetRendererFactories()
           
 

Methods in com.liferay.portlet.asset with parameters of type AssetRendererFactory
static void AssetRendererFactoryRegistryUtil.register(AssetRendererFactory assetRendererFactory)
           
 void AssetRendererFactoryRegistry.register(AssetRendererFactory assetRendererFactory)
           
static void AssetRendererFactoryRegistryUtil.unregister(AssetRendererFactory assetRendererFactory)
           
 void AssetRendererFactoryRegistry.unregister(AssetRendererFactory assetRendererFactory)
           
 

Method parameters in com.liferay.portlet.asset with type arguments of type AssetRendererFactory
static void AssetRendererFactoryRegistryUtil.register(List<AssetRendererFactory> assetRendererFactories)
           
static void AssetRendererFactoryRegistryUtil.unregister(List<AssetRendererFactory> assetRendererFactories)
           
 

Uses of AssetRendererFactory in com.liferay.portlet.asset.model
 

Classes in com.liferay.portlet.asset.model that implement AssetRendererFactory
 class BaseAssetRendererFactory
           
 


Liferay 6.0-ee-sp2