Liferay 6.2.0

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

Packages that use AssetRendererFactory
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.trash   
com.liferay.portal.kernel.workflow   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portlet.asset   
com.liferay.portlet.asset.model   
com.liferay.portlet.assetpublisher.util   
 

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

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

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

Methods in com.liferay.portal.kernel.trash that return AssetRendererFactory
protected  AssetRendererFactory BaseTrashHandler.getAssetRendererFactory()
           
 

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

Methods in com.liferay.portal.kernel.workflow that return AssetRendererFactory
abstract  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()
          Returns the asset type instances of the portlet.
abstract  List<AssetRendererFactory> Portlet.getAssetRendererFactoryInstances()
          Returns the asset type instances of the portlet.
 

Uses of AssetRendererFactory in com.liferay.portlet.asset
 

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

Methods in com.liferay.portlet.asset that return types with arguments of type AssetRendererFactory
abstract  List<AssetRendererFactory> AssetRendererFactoryRegistry.getAssetRendererFactories()
          Deprecated. As of 6.2.0, replaced by AssetRendererFactoryRegistry.getAssetRendererFactories( long)
static List<AssetRendererFactory> AssetRendererFactoryRegistryUtil.getAssetRendererFactories()
          Deprecated. As of 6.2.0, replaced by AssetRendererFactoryRegistryUtil.getAssetRendererFactories( long)
abstract  List<AssetRendererFactory> AssetRendererFactoryRegistry.getAssetRendererFactories(long companyId)
           
static List<AssetRendererFactory> AssetRendererFactoryRegistryUtil.getAssetRendererFactories(long companyId)
           
 

Methods in com.liferay.portlet.asset with parameters of type AssetRendererFactory
abstract  void AssetRendererFactoryRegistry.register(AssetRendererFactory assetRendererFactory)
           
static void AssetRendererFactoryRegistryUtil.register(AssetRendererFactory assetRendererFactory)
           
abstract  void AssetRendererFactoryRegistry.unregister(AssetRendererFactory assetRendererFactory)
           
static void AssetRendererFactoryRegistryUtil.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
           
 

Methods in com.liferay.portlet.asset.model that return AssetRendererFactory
abstract  AssetRendererFactory AssetEntry.getAssetRendererFactory()
           
 AssetRendererFactory AssetEntryWrapper.getAssetRendererFactory()
           
 AssetRendererFactory BaseAssetRenderer.getAssetRendererFactory()
           
 

Uses of AssetRendererFactory in com.liferay.portlet.assetpublisher.util
 

Methods in com.liferay.portlet.assetpublisher.util with parameters of type AssetRendererFactory
static String AssetPublisherUtil.getClassName(AssetRendererFactory assetRendererFactory)
           
abstract  String AssetPublisher.getClassName(AssetRendererFactory assetRendererFactory)
           
 


Liferay 6.2.0