@ProviderType public interface AssetRenderer<T> extends Renderer
| Modifier and Type | Field and Description |
|---|---|
static String |
TEMPLATE_ABSTRACT |
static String |
TEMPLATE_FULL_CONTENT |
static String |
TEMPLATE_PREVIEW |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddToPagePortletId()
Deprecated.
As of Wilberforce, with no direct replacement
|
T |
getAssetObject() |
AssetRendererFactory<T> |
getAssetRendererFactory() |
int |
getAssetRendererType() |
String[] |
getAvailableLanguageIds() |
DDMFormValuesReader |
getDDMFormValuesReader() |
String |
getDiscussionPath() |
Date |
getDisplayDate()
Deprecated.
As of Judson, with no direct replacement
|
long |
getGroupId() |
String |
getNewName(String oldName,
String token) |
String |
getPreviewPath(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
Deprecated.
As of Wilberforce, with no direct replacement
|
String |
getSearchSummary(Locale locale) |
int |
getStatus() |
String |
getSummary() |
String |
getSummary(Locale locale)
Deprecated.
As of Wilberforce, replaced by
Renderer.getSummary(PortletRequest, PortletResponse) |
String[] |
getSupportedConversions() |
String |
getThumbnailPath(javax.portlet.PortletRequest portletRequest) |
String |
getURLDownload(ThemeDisplay themeDisplay) |
javax.portlet.PortletURL |
getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
javax.portlet.PortletURL |
getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState,
javax.portlet.PortletURL redirectURL) |
javax.portlet.PortletURL |
getURLExport(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
String |
getURLImagePreview(javax.portlet.PortletRequest portletRequest) |
String |
getUrlTitle() |
String |
getUrlTitle(Locale locale) |
String |
getURLView(LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState) |
javax.portlet.PortletURL |
getURLViewDiffs(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse) |
String |
getURLViewInContext(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
String noSuchEntryRedirect) |
long |
getUserId() |
String |
getUserName() |
String |
getUuid() |
String |
getViewInContextMessage() |
boolean |
hasEditPermission(PermissionChecker permissionChecker) |
boolean |
hasViewPermission(PermissionChecker permissionChecker) |
default boolean |
isCategorizable(long groupId) |
boolean |
isCommentable() |
boolean |
isConvertible() |
boolean |
isDisplayable() |
boolean |
isLocalizable() |
boolean |
isPreviewInContext() |
boolean |
isPrintable() |
boolean |
isRatable() |
void |
setAddToPagePreferences(javax.portlet.PortletPreferences portletPreferences,
String portletId,
ThemeDisplay themeDisplay)
Deprecated.
As of Wilberforce, with no direct replacement
|
getClassName, getClassPK, getIconCssClass, getIconPath, getSummary, getTitle, includestatic final String TEMPLATE_ABSTRACT
static final String TEMPLATE_FULL_CONTENT
static final String TEMPLATE_PREVIEW
@Deprecated
String getAddToPagePortletId()
throws Exception
ExceptionT getAssetObject()
AssetRendererFactory<T> getAssetRendererFactory()
int getAssetRendererType()
String[] getAvailableLanguageIds()
throws Exception
ExceptionDDMFormValuesReader getDDMFormValuesReader()
String getDiscussionPath()
@Deprecated Date getDisplayDate()
long getGroupId()
String getNewName(String oldName,
String token)
@Deprecated
String getPreviewPath(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
throws Exception
ExceptionString getSearchSummary(Locale locale)
int getStatus()
String getSummary()
@Deprecated String getSummary(Locale locale)
Renderer.getSummary(PortletRequest, PortletResponse)String[] getSupportedConversions()
String getThumbnailPath(javax.portlet.PortletRequest portletRequest)
throws Exception
ExceptionString getURLDownload(ThemeDisplay themeDisplay)
javax.portlet.PortletURL getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) throws Exception
Exceptionjavax.portlet.PortletURL getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, javax.portlet.WindowState windowState, javax.portlet.PortletURL redirectURL) throws Exception
Exceptionjavax.portlet.PortletURL getURLExport(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) throws Exception
ExceptionString getURLImagePreview(javax.portlet.PortletRequest portletRequest)
throws Exception
ExceptionString getUrlTitle()
String getUrlTitle(Locale locale)
String getURLView(LiferayPortletResponse liferayPortletResponse, javax.portlet.WindowState windowState) throws Exception
Exceptionjavax.portlet.PortletURL getURLViewDiffs(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse) throws Exception
ExceptionString getURLViewInContext(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect) throws Exception
Exceptionlong getUserId()
String getUserName()
String getUuid()
String getViewInContextMessage()
boolean hasEditPermission(PermissionChecker permissionChecker) throws PortalException
PortalExceptionboolean hasViewPermission(PermissionChecker permissionChecker) throws PortalException
PortalExceptiondefault boolean isCategorizable(long groupId)
boolean isCommentable()
boolean isConvertible()
boolean isDisplayable()
boolean isLocalizable()
boolean isPreviewInContext()
boolean isPrintable()
boolean isRatable()
@Deprecated
void setAddToPagePreferences(javax.portlet.PortletPreferences portletPreferences,
String portletId,
ThemeDisplay themeDisplay)
throws Exception
Exception