Uses of Interface
org.opencms.ade.detailpage.I_CmsDetailPageHandler
Packages that use I_CmsDetailPageHandler
Package
Description
Contains the ade configuration classes.
Contains functions for the detail pages in OpenCms.
Reads and writes the XML based OpenCms configuration files.
-
Uses of I_CmsDetailPageHandler in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return I_CmsDetailPageHandlerModifier and TypeMethodDescriptionCmsADEManager.getDetailPageHandler()
Gets the detail page finder. -
Uses of I_CmsDetailPageHandler in org.opencms.ade.detailpage
Classes in org.opencms.ade.detailpage that implement I_CmsDetailPageHandlerModifier and TypeClassDescriptionclass
This class uses information from the detail page information stored in the sitemap to find/recognize the detail pages for a given resource.class
Original detail page handler implementing the detail page logic from OpenCms versions up to 11.0. -
Uses of I_CmsDetailPageHandler in org.opencms.configuration
Methods in org.opencms.configuration that return I_CmsDetailPageHandlerModifier and TypeMethodDescriptionCmsSystemConfiguration.getDetailPageHandler()
Gets the detail page handler.Methods in org.opencms.configuration with parameters of type I_CmsDetailPageHandlerModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setDetailPageHandler
(I_CmsDetailPageHandler handler) Sets the detail page handler.