Uses of Class
org.opencms.ade.detailpage.CmsDetailPageInfo
Package
Description
Contains the ade configuration classes.
Contains functions for the detail pages in OpenCms.
Shared Client-Server side of the sitemap view.
Contains classes related to XML sitemap generation.
-
Uses of CmsDetailPageInfo in org.opencms.ade.configuration
Modifier and TypeMethodDescriptionCmsADEConfigData.getDefaultDetailPage()
Returns the default detail page.CmsADEConfigData.DetailInfo.getDetailPageInfo()
Gets the detail page information.Modifier and TypeMethodDescriptionprotected List<CmsDetailPageInfo>
CmsADEConfigCacheState.getAllDetailPages()
Gets all detail page info beans which are defined anywhere in the configuration.CmsADEConfigData.getAllDetailPages()
Gets the list of all detail pages.CmsADEConfigData.getAllDetailPages
(boolean update) Gets a list of all detail pages.CmsADEManager.getAllDetailPages
(CmsObject cms) Gets the complete list of beans for the currently configured detail pages.CmsADEConfigData.getDetailPagesForType
(String type) Gets the detail pages for a specific type.protected Map<String,
List<CmsDetailPageInfo>> CmsADEConfigData.getDetailPagesMap
(List<CmsDetailPageInfo> detailPages) Helper method to converts a list of detail pages to a map from type names to lists of detail pages for each type.CmsADEConfigDataInternal.getOwnDetailPages()
Returns the ownDetailPages.CmsADEConfigCacheState.getRawDetailPages()
Gets the raw detail page information, with no existence checks or path corrections.CmsADEManager.getRawDetailPages
(CmsObject cms) Gets the raw configured detail page information, with no existence checks or path correction.protected List<CmsDetailPageInfo>
CmsADEConfigData.mergeDetailPages
(List<CmsDetailPageInfo> parentDetailPages, List<CmsDetailPageInfo> ownDetailPages) Merges two lists of detail pages, one from a parent configuration and one from a child configuration.protected List<CmsDetailPageInfo>
CmsADEConfigData.updateUris
(List<CmsDetailPageInfo> detailPages) Helper method to correct paths in detail page beans if the corresponding resources have been moved.Modifier and TypeMethodDescriptionprotected Map<String,
List<CmsDetailPageInfo>> CmsADEConfigData.getDetailPagesMap
(List<CmsDetailPageInfo> detailPages) Helper method to converts a list of detail pages to a map from type names to lists of detail pages for each type.protected List<CmsDetailPageInfo>
CmsADEConfigData.mergeDetailPages
(List<CmsDetailPageInfo> parentDetailPages, List<CmsDetailPageInfo> ownDetailPages) Merges two lists of detail pages, one from a parent configuration and one from a child configuration.boolean
CmsADEManager.saveDetailPages
(CmsObject cms, String rootPath, List<CmsDetailPageInfo> detailPages, CmsUUID newId) Saves a list of detail pages.protected List<CmsDetailPageInfo>
CmsADEConfigData.updateUris
(List<CmsDetailPageInfo> detailPages) Helper method to correct paths in detail page beans if the corresponding resources have been moved.ModifierConstructorDescriptionDetailInfo
(String folderPath, CmsDetailPageInfo detailPageInfo, String type, String basePath) Creates a new instance. -
Uses of CmsDetailPageInfo in org.opencms.ade.detailpage
Modifier and TypeMethodDescriptionCmsDetailPageInfo.copyAsInherited()
Creates a copy of this entry, but sets the 'inherited' flag to true in the copy.Modifier and TypeMethodDescriptionCmsDetailPageFilter.filterDetailPages
(List<CmsDetailPageInfo> infos) Produces a filtered and sorted result stream of candidate detail pages for the detail resource.Modifier and TypeMethodDescriptionCmsDetailPageFilter.filterDetailPages
(List<CmsDetailPageInfo> infos) Produces a filtered and sorted result stream of candidate detail pages for the detail resource.void
CmsDetailPageConfigurationWriter.updateAndSave
(List<CmsDetailPageInfo> infos, CmsUUID newId) Writes the new detail page information to the configuration file. -
Uses of CmsDetailPageInfo in org.opencms.site.xmlsitemap
Modifier and TypeFieldDescriptionprotected List<CmsDetailPageInfo>
CmsXmlSitemapGenerator.m_detailPageInfos
The list of detail page info beans.