com.liferay.portlet.asset.model
Interface AssetRendererFactory
- All Known Implementing Classes:
- BaseAssetRendererFactory
public interface AssetRendererFactory
View Source
- Author:
- Jorge Ferrer
getAssetRenderer
AssetRenderer getAssetRenderer(long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAssetRenderer
AssetRenderer getAssetRenderer(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getClassName
java.lang.String getClassName()
getClassNameId
long getClassNameId()
getPortletId
java.lang.String getPortletId()
getType
java.lang.String getType()
getURLAdd
javax.portlet.PortletURL getURLAdd(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
isSelectable
boolean isSelectable()
setClassNameId
void setClassNameId(long classNameId)
setPortletId
void setPortletId(java.lang.String portletId)