Package com.liferay.asset.kernel.model
Class BaseJSPAssetRenderer<T>
Object
com.liferay.asset.kernel.model.BaseAssetRenderer<T>
com.liferay.asset.kernel.model.BaseJSPAssetRenderer<T>
- All Implemented Interfaces:
AssetRenderer<T>
,Renderer
public abstract class BaseJSPAssetRenderer<T>
extends BaseAssetRenderer<T>
implements AssetRenderer<T>
- Author:
- Julio Camarero
-
Field Summary
Fields inherited from interface com.liferay.asset.kernel.model.AssetRenderer
TEMPLATE_ABSTRACT, TEMPLATE_FULL_CONTENT, TEMPLATE_PREVIEW
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ResourceBundleLoader
abstract String
getJspPath
(javax.servlet.http.HttpServletRequest httpServletRequest, String template) protected javax.servlet.ServletContext
boolean
include
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String template) void
setServletContext
(javax.servlet.ServletContext servletContext) Methods inherited from class com.liferay.asset.kernel.model.BaseAssetRenderer
getAssetRendererFactory, getAssetRendererType, getAvailableLanguageIds, getControlPanelPlid, getControlPanelPlid, getDDMFormValuesReader, getDiscussionPath, getIconCssClass, getLocale, getNewName, getSearchSummary, getStatus, getSummary, getSupportedConversions, getThumbnailPath, getURLDownload, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLExport, getURLImagePreview, getURLShare, getUrlTitle, getUrlTitle, getURLView, getURLViewDiffs, getURLViewInContext, getURLViewInContext, getURLViewInContext, getURLViewInContext, getViewInContextMessage, hasEditPermission, hasViewPermission, isCommentable, isConvertible, isDisplayable, isLocalizable, isPreviewInContext, isPrintable, isRatable, setAssetRendererType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.asset.kernel.model.AssetRenderer
getAssetObject, getAssetObject, getAssetRendererFactory, getAssetRendererType, getAvailableLanguageIds, getDDMFormValuesReader, getDefaultLanguageId, getDiscussionPath, getGroupId, getNewName, getSearchSummary, getStatus, getSummary, getSupportedConversions, getThumbnailPath, getURLDownload, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLExport, getURLImagePreview, getURLShare, getUrlTitle, getUrlTitle, getURLView, getURLViewDiffs, getURLViewInContext, getURLViewInContext, getURLViewUsages, getUserId, getUserName, getUuid, getViewInContextMessage, hasEditPermission, hasViewPermission, isCategorizable, isCommentable, isConvertible, isDisplayable, isLocalizable, isPreviewInContext, isPrintable, isRatable
Methods inherited from interface com.liferay.asset.kernel.model.Renderer
getClassName, getClassPK, getIconCssClass, getSummary, getTitle
-
Constructor Details
-
BaseJSPAssetRenderer
public BaseJSPAssetRenderer()
-
-
Method Details
-
getJspPath
-
include
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext) -
acquireResourceBundleLoader
-
getServletContext
protected javax.servlet.ServletContext getServletContext()
-