Interface CmsContainerpageController.I_PageContentVisitor

    • Method Detail

      • beginContainer

        boolean beginContainer​(java.lang.String name,
                               org.opencms.ade.containerpage.shared.CmsContainer container)
        This method is called before a container is processed.

        If the method returns false, the container will be skipped.

        Parameters:
        name - the container name
        container - the container data object
        Returns:
        true if the container should be processed, true if it should be skipped
      • endContainer

        void endContainer()
        This method is called after all elements of a container have been processed.