Interface CMSComponentContainerStrategy

    • Method Detail

      • getDisplayComponentsForContainer

        java.util.List<AbstractCMSComponentModel> getDisplayComponentsForContainer​(AbstractCMSComponentContainerModel container)
        Get the list of components that should represent the state of the container.
        Parameters:
        container - The component container
        Returns:
        the list of components that represents the container; never null
      • getContainerClass

        @Deprecated
        default java.lang.Class<? extends AbstractCMSComponentContainerModel> getContainerClass()
        Deprecated.
        since 1811, no longer needed
        Get the component container class that this strategy applies to.
        Returns:
        the matching container class