Uses of Class
org.opencms.ade.containerpage.shared.CmsInheritanceInfo
Packages that use CmsInheritanceInfo
Package
Description
Contains the shared container page editor classes.
Utility classes to be used for JSP pages.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsInheritanceInfo in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsInheritanceInfoModifier and TypeMethodDescriptionCmsJspStandardContextBean.CmsContainerElementWrapper.getInheritanceInfo()
Methods in org.opencms.jsp.util with parameters of type CmsInheritanceInfoModifier and TypeMethodDescriptionvoid
CmsJspStandardContextBean.CmsContainerElementWrapper.setInheritanceInfo
(CmsInheritanceInfo inheritanceInfo) -
Uses of CmsInheritanceInfo in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsInheritanceInfoModifier and TypeMethodDescriptionCmsContainerElementBean.getInheritanceInfo()
Returns the inheritance info.Methods in org.opencms.xml.containerpage with parameters of type CmsInheritanceInfoModifier and TypeMethodDescriptionvoid
CmsContainerElementBean.setInheritanceInfo
(CmsInheritanceInfo inheritanceInfo) Sets the inheritance info for this element.