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