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 |
|---|---|
protected ResourceBundleLoader |
acquireResourceBundleLoader() |
abstract String |
getJspPath(javax.servlet.http.HttpServletRequest httpServletRequest,
String template) |
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, setAssetRendererTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssetObject, 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, isRatablegetClassName, getClassPK, getIconCssClass, getSummary, getTitlepublic 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 acquireResourceBundleLoader()
protected javax.servlet.ServletContext getServletContext()