Uses of Class
org.opencms.ade.detailpage.CmsDetailPageInfo
Packages that use 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
Methods in org.opencms.ade.configuration that return CmsDetailPageInfoModifier and TypeMethodDescriptionCmsADEConfigData.getDefaultDetailPage()Returns the default detail page.CmsADEConfigData.DetailInfo.getDetailPageInfo()Gets the detail page information.Methods in org.opencms.ade.configuration that return types with arguments of type CmsDetailPageInfoModifier 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.Method parameters in org.opencms.ade.configuration with type arguments of type CmsDetailPageInfoModifier 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.booleanCmsADEManager.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.Constructors in org.opencms.ade.configuration with parameters of type CmsDetailPageInfoModifierConstructorDescriptionDetailInfo(String folderPath, CmsDetailPageInfo detailPageInfo, String type, String basePath) Creates a new instance. -
Uses of CmsDetailPageInfo in org.opencms.ade.detailpage
Methods in org.opencms.ade.detailpage that return CmsDetailPageInfoModifier and TypeMethodDescriptionCmsDetailPageInfo.copyAsInherited()Creates a copy of this entry, but sets the 'inherited' flag to true in the copy.Methods in org.opencms.ade.detailpage that return types with arguments of type CmsDetailPageInfoModifier and TypeMethodDescriptionCmsDetailPageFilter.filterDetailPages(List<CmsDetailPageInfo> infos) Produces a filtered and sorted result stream of candidate detail pages for the detail resource.Methods in org.opencms.ade.detailpage with parameters of type CmsDetailPageInfoModifier and TypeMethodDescriptionprotected booleanCmsDetailPageFilter.checkQualifier(CmsDetailPageInfo info) Checks that a detail page qualifier matches the detail resource.Method parameters in org.opencms.ade.detailpage with type arguments of type CmsDetailPageInfoModifier and TypeMethodDescriptionCmsDetailPageFilter.filterDetailPages(List<CmsDetailPageInfo> infos) Produces a filtered and sorted result stream of candidate detail pages for the detail resource.voidCmsDetailPageConfigurationWriter.updateAndSave(List<CmsDetailPageInfo> infos, CmsUUID newId) Writes the new detail page information to the configuration file. -
Uses of CmsDetailPageInfo in org.opencms.site.xmlsitemap
Fields in org.opencms.site.xmlsitemap with type parameters of type CmsDetailPageInfoModifier and TypeFieldDescriptionprotected List<CmsDetailPageInfo> CmsXmlSitemapGenerator.m_detailPageInfosThe list of detail page info beans.