Liferay 7.0-ce-b4

com.liferay.taglib.ui.display.context
Class InputAssetLinksDisplayContext

java.lang.Object
  extended by com.liferay.taglib.ui.display.context.InputAssetLinksDisplayContext

public class InputAssetLinksDisplayContext
extends Object


Constructor Summary
InputAssetLinksDisplayContext(javax.servlet.jsp.PageContext pageContext)
           
 
Method Summary
 AssetEntry getAssetLinkEntry(AssetLink assetLink)
           
 List<AssetLink> getAssetLinks()
           
 int getAssetLinksCount()
           
 List<AssetRendererFactory<?>> getAssetRendererFactories()
           
 String getAssetType(AssetEntry entry)
           
 String getEventName()
           
 String getGroupDescriptiveName(AssetEntry assetEntry)
           
 String getRandomNamespace()
           
 List<Map<String,Object>> getSelectorEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputAssetLinksDisplayContext

public InputAssetLinksDisplayContext(javax.servlet.jsp.PageContext pageContext)
Method Detail

getAssetLinkEntry

public AssetEntry getAssetLinkEntry(AssetLink assetLink)
                             throws PortalException
Throws:
PortalException

getAssetLinks

public List<AssetLink> getAssetLinks()
                              throws PortalException
Throws:
PortalException

getAssetLinksCount

public int getAssetLinksCount()
                       throws PortalException
Throws:
PortalException

getAssetRendererFactories

public List<AssetRendererFactory<?>> getAssetRendererFactories()

getAssetType

public String getAssetType(AssetEntry entry)

getEventName

public String getEventName()

getGroupDescriptiveName

public String getGroupDescriptiveName(AssetEntry assetEntry)
                               throws PortalException
Throws:
PortalException

getRandomNamespace

public String getRandomNamespace()

getSelectorEntries

public List<Map<String,Object>> getSelectorEntries()
                                            throws Exception
Throws:
Exception

Liferay 7.0-ce-b4