com.liferay.portlet.asset.model
Interface Renderer
- All Known Subinterfaces:
- AssetRenderer<T>, TrashRenderer
- All Known Implementing Classes:
- BaseAssetRenderer, BaseJSPAssetRenderer, BaseJSPTrashRenderer, BaseTrashRenderer
public interface Renderer
getClassName
String getClassName()
getClassPK
long getClassPK()
getIconCssClass
String getIconCssClass()
throws PortalException
- Throws:
PortalException
getIconPath
@Deprecated
String getIconPath(PortletRequest portletRequest)
- Deprecated. As of 7.0.0, with no direct replacement
getSummary
String getSummary(PortletRequest portletRequest,
PortletResponse portletResponse)
getTitle
String getTitle(Locale locale)
include
boolean include(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String template)
throws Exception
- Throws:
Exception