Liferay 7.0-ce-b4

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.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.search.test   
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.asset.util.comparator   
com.liferay.taglib.ui   
com.liferay.taglib.ui.display.context   
 

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<T> WorkflowHandler.getAssetRendererFactory()
           
 AssetRendererFactory<T> 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.portal.search.test
 

Fields in com.liferay.portal.search.test declared as AssetRendererFactory
protected  AssetRendererFactory<?> BaseSearchResultUtilTestCase.assetRendererFactory
           
 

Uses of AssetRendererFactory in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type AssetRendererFactory
 List<AssetRendererFactory<?>> PortletBagImpl.getAssetRendererFactoryInstances()
           
protected  List<AssetRendererFactory<?>> PortletBagFactory.newAssetRendererFactoryInstances(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type AssetRendererFactory
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 

Uses of AssetRendererFactory in com.liferay.portlet.asset
 

Methods in com.liferay.portlet.asset that return AssetRendererFactory
static
<T> AssetRendererFactory<T>
AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByClass(Class<T> clazz)
           
static AssetRendererFactory<?> AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByClassName(String className)
           
static AssetRendererFactory<?> AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByClassNameId(long classNameId)
           
static AssetRendererFactory<?> AssetRendererFactoryRegistryUtil.getAssetRendererFactoryByType(String type)
           
 

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

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

Methods in com.liferay.portlet.asset.model that return AssetRendererFactory
 AssetRendererFactory<?> AssetEntry.getAssetRendererFactory()
           
 AssetRendererFactory<?> AssetEntryWrapper.getAssetRendererFactory()
           
 AssetRendererFactory<T> BaseAssetRenderer.getAssetRendererFactory()
           
 AssetRendererFactory<T> AssetRenderer.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.asset.util.comparator
 

Methods in com.liferay.portlet.asset.util.comparator with parameters of type AssetRendererFactory
 int AssetRendererFactoryTypeNameComparator.compare(AssetRendererFactory<?> assetRendererFactory1, AssetRendererFactory<?> assetRendererFactory2)
           
 int AssetRendererFactoryTypeNameComparator.compare(AssetRendererFactory<?> assetRendererFactory1, AssetRendererFactory<?> assetRendererFactory2)
           
 

Uses of AssetRendererFactory in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui that return AssetRendererFactory
 AssetRendererFactory<?> AssetDisplayTag.getAssetRendererFactory()
           
 

Methods in com.liferay.taglib.ui with parameters of type AssetRendererFactory
 void AssetDisplayTag.setAssetRendererFactory(AssetRendererFactory<?> assetRendererFactory)
           
 

Uses of AssetRendererFactory in com.liferay.taglib.ui.display.context
 

Methods in com.liferay.taglib.ui.display.context that return types with arguments of type AssetRendererFactory
 List<AssetRendererFactory<?>> InputAssetLinksDisplayContext.getAssetRendererFactories()
           
 


Liferay 7.0-ce-b4