Class CmsJsonRendererContainerPage.ContainerNode

    • Constructor Detail

      • ContainerNode

        public ContainerNode​(CmsContainerBean container)
        Creates a new node for the given container.
        Parameters:
        container - the container bean
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the container name.
        Returns:
        the container name
      • getType

        public java.lang.String getType()
        Returns the container type.
        Returns:
        the container type
      • isDetailOnlyContainer

        public boolean isDetailOnlyContainer()
        Returns whether this container is a detail only container.
        Returns:
        whether a detail only container or not
      • isNestedContainer

        public boolean isNestedContainer()
        Returns whether this container is a nested container.
        Returns:
        whether a nested container or not
      • isRootContainer

        public boolean isRootContainer()
        Returns whether this container is a root container.
        Returns:
        whether a root container or not