Liferay 6.2-ce-ga5

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

Packages that use AssetRendererFactory
com.liferay.portal.asset   
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.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.asset   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.blogs.asset   
com.liferay.portlet.bookmarks.asset   
com.liferay.portlet.directory.asset   
com.liferay.portlet.documentlibrary.asset   
com.liferay.portlet.dynamicdatalists.asset   
com.liferay.portlet.journal.asset   
com.liferay.portlet.messageboards.asset   
com.liferay.portlet.messageboards.workflow   
com.liferay.portlet.wiki.asset   
 

Uses of AssetRendererFactory in com.liferay.portal.asset
 

Classes in com.liferay.portal.asset that implement AssetRendererFactory
 class LayoutRevisionAssetRendererFactory
           
 

Methods in com.liferay.portal.asset that return AssetRendererFactory
 AssetRendererFactory AssetRendererFactoryRegistryImpl.getAssetRendererFactoryByClassName(String className)
           
 AssetRendererFactory AssetRendererFactoryRegistryImpl.getAssetRendererFactoryByType(String type)
           
 

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

Methods in com.liferay.portal.asset with parameters of type AssetRendererFactory
 void AssetRendererFactoryRegistryImpl.register(AssetRendererFactory assetRendererFactory)
           
 void AssetRendererFactoryRegistryImpl.unregister(AssetRendererFactory assetRendererFactory)
           
 

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.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
 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.
 List<AssetRendererFactory> Portlet.getAssetRendererFactoryInstances()
          Returns the asset type instances of the portlet.
 

Uses of AssetRendererFactory in com.liferay.portal.model.impl
 

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

Uses of AssetRendererFactory in com.liferay.portlet
 

Methods in com.liferay.portlet that return AssetRendererFactory
protected  AssetRendererFactory PortletBagFactory.newAssetRendererFactoryInstance(Portlet portlet, String assetRendererFactoryClass)
           
 

Methods in com.liferay.portlet that return types with arguments of type AssetRendererFactory
 List<AssetRendererFactory> PortletBagImpl.getAssetRendererFactoryInstances()
           
protected  List<AssetRendererFactory> PortletBagFactory.newAssetRendererFactoryInstances(Portlet portlet)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type AssetRendererFactory
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of AssetRendererFactory in com.liferay.portlet.asset
 

Methods in com.liferay.portlet.asset that return AssetRendererFactory
 AssetRendererFactory AssetRendererFactoryRegistry.getAssetRendererFactoryByClassName(String className)
           
static AssetRendererFactory AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByClassName(String className)
           
 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
 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)
 List<AssetRendererFactory> AssetRendererFactoryRegistry.getAssetRendererFactories(long companyId)
           
static List<AssetRendererFactory> AssetRendererFactoryRegistryUtil.getAssetRendererFactories(long companyId)
           
 

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

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

Methods in com.liferay.portlet.asset.model.impl that return AssetRendererFactory
 AssetRendererFactory AssetEntryImpl.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)
           
 String AssetPublisher.getClassName(AssetRendererFactory assetRendererFactory)
           
 String AssetPublisherImpl.getClassName(AssetRendererFactory assetRendererFactory)
           
 

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

Classes in com.liferay.portlet.blogs.asset that implement AssetRendererFactory
 class BlogsEntryAssetRendererFactory
           
 

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

Classes in com.liferay.portlet.bookmarks.asset that implement AssetRendererFactory
 class BookmarksEntryAssetRendererFactory
           
 class BookmarksFolderAssetRendererFactory
           
 

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

Classes in com.liferay.portlet.directory.asset that implement AssetRendererFactory
 class UserAssetRendererFactory
           
 

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

Classes in com.liferay.portlet.documentlibrary.asset that implement AssetRendererFactory
 class DLFileEntryAssetRendererFactory
           
 class DLFolderAssetRendererFactory
           
 

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

Classes in com.liferay.portlet.dynamicdatalists.asset that implement AssetRendererFactory
 class DDLRecordAssetRendererFactory
           
 

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

Classes in com.liferay.portlet.journal.asset that implement AssetRendererFactory
 class JournalArticleAssetRendererFactory
           
 class JournalFolderAssetRendererFactory
           
 

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

Classes in com.liferay.portlet.messageboards.asset that implement AssetRendererFactory
 class MBCategoryAssetRendererFactory
           
 class MBDiscussionAssetRendererFactory
           
 class MBMessageAssetRendererFactory
           
 

Uses of AssetRendererFactory in com.liferay.portlet.messageboards.workflow
 

Methods in com.liferay.portlet.messageboards.workflow that return AssetRendererFactory
 AssetRendererFactory MBDiscussionWorkflowHandler.getAssetRendererFactory()
           
 

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

Classes in com.liferay.portlet.wiki.asset that implement AssetRendererFactory
 class WikiPageAssetRendererFactory
           
 


Liferay 6.2-ce-ga5