com.liferay.portal.asset
Class LayoutAssetRenderer
java.lang.Object
com.liferay.portlet.asset.model.BaseAssetRenderer
com.liferay.portal.asset.LayoutAssetRenderer
- All Implemented Interfaces:
- AssetRenderer
public class LayoutAssetRenderer
- extends BaseAssetRenderer
| Methods inherited from class com.liferay.portlet.asset.model.BaseAssetRenderer |
getAddToPagePortletId, getAssetRendererFactory, getAssetRendererType, getAvailableLanguageIds, getAvailableLocales, getControlPanelPlid, getControlPanelPlid, getDDMFieldReader, getDiscussionPath, getDisplayDate, getIconCssClass, getIconPath, getIconPath, getLocale, getNewName, getPreviewPath, getSearchSummary, getSummary, getSummary, getSupportedConversions, getThumbnailPath, getURLDownload, getURLEdit, getURLEdit, getURLExport, getURLImagePreview, getUrlTitle, getURLView, getURLViewDiffs, getURLViewInContext, getViewInContextMessage, hasEditPermission, hasViewPermission, isConvertible, isDisplayable, isLocalizable, isPreviewInContext, isPrintable, renderActions, setAddToPagePreferences, setAssetRendererType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutAssetRenderer
public LayoutAssetRenderer(Layout layout)
getClassName
public String getClassName()
getClassPK
public long getClassPK()
getGroupId
public long getGroupId()
getSummary
public String getSummary(PortletRequest portletRequest,
PortletResponse portletResponse)
getTitle
public String getTitle(Locale locale)
getURLViewInContext
public String getURLViewInContext(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect)
- Specified by:
getURLViewInContext in interface AssetRenderer- Overrides:
getURLViewInContext in class BaseAssetRenderer
getUserId
public long getUserId()
getUserName
public String getUserName()
getUuid
public String getUuid()
render
public String render(RenderRequest renderRequest,
RenderResponse renderResponse,
String template)
throws Exception
- Throws:
Exception