程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.shared | |
org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
限定符和类型 | 方法和说明 |
---|---|
CmsTemplateContextInfo |
CmsCntPageData.getTemplateContextInfo()
Gets the template context information.
|
构造器和说明 |
---|
CmsCntPageData(java.lang.String noEditReason,
java.lang.String requestParams,
java.lang.String sitemapUri,
CmsUUID detailId,
java.lang.String detailContainerPage,
java.util.Map<java.lang.String,java.lang.String> newTypes,
long lastModified,
java.lang.String lockInfo,
java.lang.String locale,
boolean useClassicEditor,
CmsTemplateContextInfo contextInfo,
boolean showSmallElementsInitially)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|