public abstract class BaseJSPAssetRenderer<T> extends BaseAssetRenderer<T> implements AssetRenderer<T>
TEMPLATE_ABSTRACT, TEMPLATE_FULL_CONTENT, TEMPLATE_PREVIEW
Constructor and Description |
---|
BaseJSPAssetRenderer() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getJspPath(javax.servlet.http.HttpServletRequest httpServletRequest,
String template) |
protected ResourceBundleLoader |
getResourceBundleLoader() |
protected javax.servlet.ServletContext |
getServletContext() |
boolean |
include(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
String template) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
getAssetRendererFactory, getAssetRendererType, getAvailableLanguageIds, getControlPanelPlid, getControlPanelPlid, getDDMFormValuesReader, getDiscussionPath, getIconCssClass, getLocale, getNewName, getSearchSummary, getStatus, getSummary, getSupportedConversions, getThumbnailPath, getURLDownload, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLExport, getURLImagePreview, getUrlTitle, getUrlTitle, getURLView, getURLViewDiffs, getURLViewInContext, getURLViewInContext, getViewInContextMessage, hasEditPermission, hasViewPermission, isCommentable, isConvertible, isDisplayable, isLocalizable, isPreviewInContext, isPrintable, isRatable, renderActions, setAssetRendererType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssetObject, getAssetObject, getAssetRendererFactory, getAssetRendererType, getAvailableLanguageIds, getDDMFormValuesReader, getDefaultLanguageId, getDiscussionPath, getGroupId, getNewName, getSearchSummary, getStatus, getSummary, getSupportedConversions, getThumbnailPath, getURLDownload, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLEdit, getURLExport, getURLImagePreview, getUrlTitle, getUrlTitle, getURLView, getURLViewDiffs, getURLViewInContext, getURLViewUsages, getUserId, getUserName, getUuid, getViewInContextMessage, hasEditPermission, hasViewPermission, isCategorizable, isCommentable, isConvertible, isDisplayable, isLocalizable, isPreviewInContext, isPrintable, isRatable
getClassName, getClassPK, getIconCssClass, getSummary, getTitle
public abstract String getJspPath(javax.servlet.http.HttpServletRequest httpServletRequest, String template)
public boolean include(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, String template) throws Exception
public void setServletContext(javax.servlet.ServletContext servletContext)
protected ResourceBundleLoader getResourceBundleLoader()
protected javax.servlet.ServletContext getServletContext()