| Package | Description |
|---|---|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
| Modifier and Type | Method and Description |
|---|---|
CmsTemplateContextInfo |
CmsCntPageData.getTemplateContextInfo()
Gets the template context information.
|
| Constructor and Description |
|---|
CmsCntPageData(java.lang.String onlineLink,
java.lang.String noEditReason,
java.lang.String requestParams,
java.lang.String sitemapUri,
boolean sitemapManager,
CmsUUID detailId,
java.lang.String detailContainerPage,
long lastModified,
java.lang.String lockInfo,
CmsListInfoBean pageInfo,
java.lang.String locale,
boolean useClassicEditor,
CmsTemplateContextInfo contextInfo,
boolean showSmallElementsInitially,
java.util.List<CmsElementViewInfo> elementViews,
CmsElementViewInfo elementView,
CmsCntPageData.ElementReuseMode reuseMode,
CmsCntPageData.ElementDeleteMode deleteMode,
boolean isModelPage,
boolean isModelGroup,
java.lang.String modelGroupEmenetId,
java.lang.String mainLocale,
java.util.Map<java.lang.String,CmsLocaleLinkBean> localeLinkBeans,
java.lang.String appTitle,
long loadTime)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsTemplateContextInfo |
CmsTemplateContextManager.getContextInfoBean(CmsObject cms,
javax.servlet.http.HttpServletRequest request)
Creates a bean with information about the current template context, for use in the client-side code.
|